GP-5301: Fix ARM/THUMB ISA mode switching for indirect branches in JIT.

This commit is contained in:
Dan
2025-04-04 16:18:36 +00:00
parent 537be9f060
commit b702aa0a6f
46 changed files with 1703 additions and 367 deletions
@@ -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;