mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-3716: Fixing compilation error
This commit is contained in:
parent
5aecb6da41
commit
d8f163b542
1 changed files with 4 additions and 0 deletions
|
@ -181,4 +181,8 @@ class TestThread implements PcodeThread<Void> {
|
|||
@Override
|
||||
public void clearAllInjects() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void stepPatch(String sleigh) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue