mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 07:04:59 +08:00
Merge remote-tracking branch 'origin/GP-938_ghidorahrex_PR-3022_veritas501_fix_jic'
This commit is contained in:
@@ -1644,7 +1644,13 @@ define pcodeop SYNC;
|
|||||||
build RTsrc;
|
build RTsrc;
|
||||||
tmp:$(REGSIZE) = sext(simmed:2) + RTsrc;
|
tmp:$(REGSIZE) = sext(simmed:2) + RTsrc;
|
||||||
JXWritePC(tmp);
|
JXWritePC(tmp);
|
||||||
call [pc];
|
goto [pc];
|
||||||
|
}
|
||||||
|
|
||||||
|
:jic RTsrc, simmed is $(AMODE) & REL6=1 & prime=0x36 & jsub=0x00 & RTsrc & simmed & immed=0x00 & rt=0x1f {
|
||||||
|
build RTsrc;
|
||||||
|
JXWritePC(ra);
|
||||||
|
return [pc];
|
||||||
}
|
}
|
||||||
|
|
||||||
@ifndef COPR_C
|
@ifndef COPR_C
|
||||||
|
|||||||
Reference in New Issue
Block a user