mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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;
|
||||
|
||||
case push:
|
||||
if (selection == DefaultSelection) {
|
||||
if (selection == DefaultSelection or selection == S4Selection) {
|
||||
c->code.append(0x50 | value(c));
|
||||
} else {
|
||||
switch (selection) {
|
||||
|
Loading…
Reference in New Issue
Block a user