fix incorrect encoding of neg instruction

This commit is contained in:
Joel Dice 2008-01-03 19:16:29 -07:00
parent c119d4362e
commit 89b60bfba0

View File

@ -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;