tmp assigned rd0 instead of LR

This commit is contained in:
srichmo1 2023-09-05 10:03:20 -04:00 committed by ghidorahrex
parent be7458a436
commit 24b2275c0b

View file

@ -154,7 +154,7 @@ RJMPdisp: disp is disp4_8 & sdisp0_2
# 0101 1101 0001 dddd # 0101 1101 0001 dddd
:ICALL rd0 is op4_12=0x5d1 & rd0 { :ICALL rd0 is op4_12=0x5d1 & rd0 {
tmp:4 = LR; tmp:4 = rd0;
LR = inst_next; LR = inst_next;
call [tmp]; call [tmp];
} }