X86: Attach the CMC instruction to the decoder.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 19 Oct 2007 05:37:44 +0000 (22:37 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 19 Oct 2007 05:37:44 +0000 (22:37 -0700)
--HG--
extra : convert_revision : 909661062017c7640c343e80431eaf365e8fcf53

src/arch/x86/isa/decoder/one_byte_opcodes.isa

index f49059de20bb4df0999430fa5f154a5978b89cd8..b1fdce0a7a7a7f190cb38ffeecbfdb0827aaba9f 100644 (file)
             0x3: M5InternalError::error(
                 {{"Tried to execute the rep/repe prefix!"}});
             0x4: hlt();
-            0x5: cmc();
             format Inst {
+                0x5: CMC();
                 //0x6: group3_Eb();
                 0x6: decode MODRM_REG {
                     0x0: TEST(Eb,Iz);