summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-10-18 22:37:44 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-10-18 22:37:44 -0700
commit418b30602bd08646d6f260d495163ad4fb613402 (patch)
tree71f7476f7bb8a67af233824c7c410c20ac7f7393 /src/arch
parent674b6436b0f1d77dc88086e32b01d10d3889cfe4 (diff)
downloadgem5-418b30602bd08646d6f260d495163ad4fb613402.tar.xz
X86: Attach the CMC instruction to the decoder.
--HG-- extra : convert_revision : 909661062017c7640c343e80431eaf365e8fcf53
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/isa/decoder/one_byte_opcodes.isa2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/isa/decoder/one_byte_opcodes.isa b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
index f49059de2..b1fdce0a7 100644
--- a/src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@ -503,8 +503,8 @@
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);