Updated call0

This commit is contained in:
Olof Astrand
2020-08-03 01:53:02 +02:00
parent 5258a8f645
commit a4f9f63063

View File

@@ -303,6 +303,7 @@ macro extract_bit(val, bit, result) {
# CALL0 - Non-windowed Call, pg. 297.
:call0 srel_6.23_sb2 is srel_6.23_sb2 & u2_4.5 = 0 & op0 = 0b0101 {
local dst = srel_6.23_sb2;
i2 = a2;
i3 = a3;
i4 = a4;
@@ -310,7 +311,7 @@ macro extract_bit(val, bit, result) {
i6 = a6;
i7 = a7;
a0 = inst_start + 3;
call srel_6.23_sb2;
call [dst];
a2=o2;
}