summaryrefslogtreecommitdiff
path: root/src/arch/x86/predecoder_tables.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-01-06 23:55:46 -0800
committerGabe Black <gblack@eecs.umich.edu>2009-01-06 23:55:46 -0800
commitb23633ad1b3210d54386a9bab8c453f2bb4b7874 (patch)
tree7c0b16dd98c346051dfc512aea2f664151d96eff /src/arch/x86/predecoder_tables.cc
parent115b1a7ed350b9f1171b3f1b39c4c0875d1c0a5f (diff)
downloadgem5-b23633ad1b3210d54386a9bab8c453f2bb4b7874.tar.xz
X86: Hook in the M5 pseudo insts.
Diffstat (limited to 'src/arch/x86/predecoder_tables.cc')
-rw-r--r--src/arch/x86/predecoder_tables.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/predecoder_tables.cc b/src/arch/x86/predecoder_tables.cc
index bcd5face6..5f2b5c421 100644
--- a/src/arch/x86/predecoder_tables.cc
+++ b/src/arch/x86/predecoder_tables.cc
@@ -201,7 +201,7 @@ namespace X86ISA
//For two byte instructions
{ //LSB
// MSB 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F
-/* 0 */ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , BY ,
+/* 0 */ 0 , 0 , 0 , 0 , WO, 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , BY ,
/* 0 */ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
/* 2 */ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
/* 3 */ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,