X86: Hook in another version of the XCHG instruction.
--HG-- extra : convert_revision : 7b6f9cd2f59443622f6963dfee454175322c0ef5
This commit is contained in:
parent
66a08f7ba4
commit
7d78f1b41c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue