mirror of
https://github.com/corda/corda.git
synced 2025-01-23 12:58:35 +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);
|
ax->release(c);
|
||||||
dx->release(c);
|
dx->release(c);
|
||||||
} else {
|
} else {
|
||||||
encode(c, 0xf7, 2, this, true);
|
encode(c, 0xf7, 3, this, true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user