From: Gabe Black Date: Fri, 7 Aug 2009 17:12:52 +0000 (-0700) Subject: X86: Use the right field when using legacy prefixes to distinguish instructions. X-Git-Tag: Calvin_Submission~154 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0526f453aa1286dd43b2196da367500650a0e424;p=gem5.git X86: Use the right field when using legacy prefixes to distinguish instructions. --- diff --git a/src/arch/x86/isa/decoder/two_byte_opcodes.isa b/src/arch/x86/isa/decoder/two_byte_opcodes.isa index c344ee550..401e02965 100644 --- a/src/arch/x86/isa/decoder/two_byte_opcodes.isa +++ b/src/arch/x86/isa/decoder/two_byte_opcodes.isa @@ -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();