X86: Hook in another version of the XCHG instruction.

--HG--
extra : convert_revision : 7b6f9cd2f59443622f6963dfee454175322c0ef5
This commit is contained in:
Gabe Black 2007-10-02 22:03:38 -07:00
parent 66a08f7ba4
commit 7d78f1b41c

View file

@ -302,7 +302,7 @@
}
0x12: decode OPCODE_OP_BOTTOM3 {
0x0: Inst::NOP(); //XXX repe makes this a "pause"
default: xchg_B_rAX();
default: Inst::XCHG(Bv,rAv);
}
0x13: decode OPCODE_OP_BOTTOM3 {
0x0: Inst::CDQE(rAv);