mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-04 06:23:45 +08:00
GP-0: Fixed ARM disassembly test regressions
This commit is contained in:
+2
-2
@@ -122,8 +122,8 @@ public class ArmJitCodeGeneratorTest extends AbstractJitCodeGeneratorTest {
|
||||
""", Map.ofEntries(
|
||||
Map.entry(0x00400000L, """
|
||||
if (!ZR) goto <skip>;
|
||||
ISAModeSwitch = 1;
|
||||
setISAMode(ISAModeSwitch);
|
||||
TB = 1;
|
||||
setISAMode(TB);
|
||||
<skip>
|
||||
emu_exec_decoded();
|
||||
""")));
|
||||
|
||||
Reference in New Issue
Block a user