mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
tmp assigned rd0 instead of LR
This commit is contained in:
parent
be7458a436
commit
24b2275c0b
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ RJMPdisp: disp is disp4_8 & sdisp0_2
|
|||
# 0101 1101 0001 dddd
|
||||
|
||||
:ICALL rd0 is op4_12=0x5d1 & rd0 {
|
||||
tmp:4 = LR;
|
||||
tmp:4 = rd0;
|
||||
LR = inst_next;
|
||||
call [tmp];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue