summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/decoder/one_byte_opcodes.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-10-18 22:40:48 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-10-18 22:40:48 -0700
commitc526b00b35d7f135aa926186159df396ee41fbd3 (patch)
tree47d37207163537ef2e7888389dedc20e24345aa1 /src/arch/x86/isa/decoder/one_byte_opcodes.isa
parent33dbd8a76698fefeb3a0c3f735da22c044b8a872 (diff)
downloadgem5-c526b00b35d7f135aa926186159df396ee41fbd3.tar.xz
X86: Implement the BOUND instruction.
--HG-- extra : convert_revision : 7bcfa5b4a47d342bee267cc593a1bd4b4f31abe0
Diffstat (limited to 'src/arch/x86/isa/decoder/one_byte_opcodes.isa')
-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 10118eae8..23ba243fb 100644
--- a/src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@ -186,7 +186,7 @@
}
0x2: decode MODE_SUBMODE {
0x0: UD2();
- default: WarnUnimpl::bound_Gv_Ma();
+ default: BOUND(Gv,Mv);
}
0x3: decode MODE_SUBMODE {
//The second operand should really be of size "d", but it's