mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
fix regression in push instruction on amd64
This commit is contained in:
parent
06109792e5
commit
e58972a968
@ -1122,7 +1122,7 @@ RegisterOperand::apply(Context* c, Operation operation)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case push:
|
case push:
|
||||||
if (selection == DefaultSelection) {
|
if (selection == DefaultSelection or selection == S4Selection) {
|
||||||
c->code.append(0x50 | value(c));
|
c->code.append(0x50 | value(c));
|
||||||
} else {
|
} else {
|
||||||
switch (selection) {
|
switch (selection) {
|
||||||
|
Loading…
Reference in New Issue
Block a user