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