summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/decoder
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-10-19 15:11:15 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-10-19 15:11:15 -0700
commit35a8bc56cd1454f6d32ee7d0309f3ce62639f17c (patch)
tree26c25ee3e2e44c4b02835fac53a8dca95d3a3b8a /src/arch/x86/isa/decoder
parentf69a463b4b6c247570374edd24b10be5b243d6a6 (diff)
downloadgem5-35a8bc56cd1454f6d32ee7d0309f3ce62639f17c.tar.xz
X86: Impelement the HLT instruction and fix the "halt" microop.
--HG-- extra : convert_revision : 932e5bb5bf3644f8468dba92177fb87cc54b891a
Diffstat (limited to 'src/arch/x86/isa/decoder')
-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 538bb4c32..ac714b3ff 100644
--- a/src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@ -504,7 +504,7 @@
{{"Tried to execute the repne prefix!"}});
0x3: M5InternalError::error(
{{"Tried to execute the rep/repe prefix!"}});
- 0x4: WarnUnimpl::hlt();
+ 0x4: HLT();
0x5: CMC();
//0x6: group3_Eb();
0x6: decode MODRM_REG {