mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Update HCS_HC.sinc
Fixes https://github.com/NationalSecurityAgency/ghidra/issues/7064 for 68HC05
This commit is contained in:
parent
270e6867db
commit
67bfea173f
1 changed files with 2 additions and 2 deletions
|
@ -1258,7 +1258,7 @@ macro Push2(operand) {
|
|||
@if defined(HCS08) || defined(HC08) || defined(HC05)
|
||||
:JMP ADDRI is (op=0xDC | op=0xEC | op=0xFC) ... & ADDRI
|
||||
{
|
||||
goto [ADDRI];
|
||||
goto ADDRI;
|
||||
}
|
||||
@endif
|
||||
|
||||
|
@ -1278,7 +1278,7 @@ macro Push2(operand) {
|
|||
tmp:2 = inst_next;
|
||||
Push2( tmp );
|
||||
|
||||
call [ADDRI];
|
||||
call ADDRI;
|
||||
}
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue