mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +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(0xc0 | (high->value(c) << 3) | low->value(c));
|
||||
|
||||
// shl
|
||||
// shr
|
||||
c->code.append(0xd3);
|
||||
c->code.append(0xe8 | high->value(c));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user