mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 09:25:37 +08:00
GP-5301: Fix ARM/THUMB ISA mode switching for indirect branches in JIT.
This commit is contained in:
+5
@@ -181,6 +181,11 @@ public interface EmuSyscallLibrary<T> extends PcodeUseropLibrary<T> {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean modifiesContext() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canInlinePcode() {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user