mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix incorrect encoding of neg instruction
This commit is contained in:
parent
c119d4362e
commit
89b60bfba0
@ -1800,7 +1800,7 @@ MemoryOperand::apply(Context* c, Operation op)
|
||||
ax->release(c);
|
||||
dx->release(c);
|
||||
} else {
|
||||
encode(c, 0xf7, 2, this, true);
|
||||
encode(c, 0xf7, 3, this, true);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user