Merge jdpc:p/vm/

This commit is contained in:
Joel Dice 2007-12-21 17:32:21 -07:00
commit 0dfdcd87d9

View File

@ -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);