Hook x86 nop into the decoder.

--HG--
extra : convert_revision : 26f765ecf74a0bb6a1ec89816f1d630a1a8e4553
This commit is contained in:
Gabe Black 2007-07-18 16:11:52 -07:00
parent d21c16fd37
commit 5cca5ca3d9

View file

@ -322,7 +322,7 @@
0x7: group10_Ev(); //Make sure this is Ev
}
0x12: decode OPCODE_OP_BOTTOM3 {
default: nop_or_pause(); //Check for repe prefix
default: Inst::NOP(); //XXX repe makes this a "pause"
0x1: xchg_rCX_rAX();
0x2: xchg_rDX_rAX();
0x3: xchg_rVX_rAX();