mirror of
https://github.com/corda/corda.git
synced 2025-06-06 09:21:47 +00:00
Merge jdpc:p/vm/
This commit is contained in:
commit
0dfdcd87d9
@ -1125,7 +1125,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 {
|
||||||
assert(c, selection == S8Selection);
|
assert(c, selection == S8Selection);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user