mirror of
https://github.com/corda/corda.git
synced 2025-02-02 17:21:06 +00:00
fix incorrect comment
This commit is contained in:
parent
23572b58bd
commit
2226627e53
@ -2181,7 +2181,7 @@ MemoryOperand::accept(Context* c, Operation op, RegisterOperand* operand)
|
|||||||
c->code.append(0xa5);
|
c->code.append(0xa5);
|
||||||
c->code.append(0xc0 | (high->value(c) << 3) | low->value(c));
|
c->code.append(0xc0 | (high->value(c) << 3) | low->value(c));
|
||||||
|
|
||||||
// shl
|
// shr
|
||||||
c->code.append(0xd3);
|
c->code.append(0xd3);
|
||||||
c->code.append(0xe8 | high->value(c));
|
c->code.append(0xe8 | high->value(c));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user