X86: Use the right field when using legacy prefixes to distinguish instructions.

This commit is contained in:
Gabe Black 2009-08-07 10:12:52 -07:00
parent 2daba26359
commit 0526f453aa

View file

@ -1067,7 +1067,7 @@
}
default: Inst::UD2();
}
0x1E: decode OPCODE_OP_BOTTOM3 {
0x1E: decode LEGACY_DECODEVAL {
// no prefix
0x0: decode OPCODE_OP_BOTTOM3 {
0x1: psllw_Pq_Qq();