summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/decoder/one_byte_opcodes.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-06-12 00:58:19 -0400
committerGabe Black <gblack@eecs.umich.edu>2008-06-12 00:58:19 -0400
commit31d40ad7c22651eb88271abddacf416aa7c2adf2 (patch)
tree6de2fe930f769c4a054b9ec52743caa78c00d6a2 /src/arch/x86/isa/decoder/one_byte_opcodes.isa
parentda20c0ec54d322cbffe3c7d0053ea4dc8be24d94 (diff)
downloadgem5-31d40ad7c22651eb88271abddacf416aa7c2adf2.tar.xz
X86: Implement and hook up STI and CLI instructions.
Diffstat (limited to 'src/arch/x86/isa/decoder/one_byte_opcodes.isa')
-rw-r--r--src/arch/x86/isa/decoder/one_byte_opcodes.isa4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/isa/decoder/one_byte_opcodes.isa b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
index 8729f417d..005864f02 100644
--- a/src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@ -553,8 +553,8 @@
0x1F: decode OPCODE_OP_BOTTOM3 {
0x0: CLC();
0x1: STC();
- 0x2: WarnUnimpl::cli();
- 0x3: WarnUnimpl::sti();
+ 0x2: CLI();
+ 0x3: STI();
0x4: CLD();
0x5: STD();
//0x6: group4();