GP-3211 break should not continue to disassemble by default. added

compued goto to break instruction
This commit is contained in:
emteere 2023-09-12 19:56:29 +00:00
parent 1ba4d49e5c
commit 141484c3a2

View File

@ -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];
}