mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-25 07:34:39 +00:00
Merge remote-tracking branch
'origin/GP-1504_ghidorahrex_PR-3600_VGKintsugi_superh_trap' into Ghidra_10.1 (Closes #3600)
This commit is contained in:
commit
7a952bfe75
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user