fix incorrect comment

This commit is contained in:
Joel Dice 2008-04-30 10:43:33 -06:00
parent 23572b58bd
commit 2226627e53

View File

@ -2181,7 +2181,7 @@ MemoryOperand::accept(Context* c, Operation op, RegisterOperand* operand)
c->code.append(0xa5);
c->code.append(0xc0 | (high->value(c) << 3) | low->value(c));
// shl
// shr
c->code.append(0xd3);
c->code.append(0xe8 | high->value(c));