Merge remote-tracking branch

'origin/GP-1504_ghidorahrex_PR-3600_VGKintsugi_superh_trap' into
Ghidra_10.1 (Closes #3600)
This commit is contained in:
ghidra1 2021-11-30 08:07:51 -05:00
commit 7a952bfe75

View File

@ -1979,14 +1979,13 @@ define pcodeop Sleep_Standby;
:trapa imm_00_07 is opcode_08_15=0b11000011 & imm_00_07
{
r15 = r15 -4;
r15 = r15 - 4;
*r15 = sr;
r15 = r15- 4;
r15 = r15 - 4;
*r15 = pc + 2;
pc = *(vbr + (imm_00_07 * 4));
goto [pc];
call [vbr + (imm_00_07 * 4)];
}
@if defined(FPU)