mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GP-3211 break should not continue to disassemble by default. added
compued goto to break instruction
This commit is contained in:
parent
1ba4d49e5c
commit
141484c3a2
@ -58,7 +58,8 @@
|
||||
#0x002a0000 0xffff8000 u0:15 ['imm0_15_s0']
|
||||
:break imm0_15 is op15_31=0x54 & imm0_15 {
|
||||
local code:2 = imm0_15;
|
||||
break(code);
|
||||
local addr:$(REGSIZE) = break(code);
|
||||
goto [addr];
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user