projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d21c16f
)
Hook x86 nop into the decoder.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 18 Jul 2007 23:11:52 +0000
(16:11 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 18 Jul 2007 23:11:52 +0000
(16:11 -0700)
--HG--
extra : convert_revision :
26f765ecf74a0bb6a1ec89816f1d630a1a8e4553
src/arch/x86/isa/decoder/one_byte_opcodes.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/decoder/one_byte_opcodes.isa
b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
index 5465776621652d4db8c9afce7f9f63400eaac4f2..55fb3087df6bf40bb2ede000f0bc66c93f7a2613 100644
(file)
--- a/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@
-322,7
+322,7
@@
0x7: group10_Ev(); //Make sure this is Ev
}
0x12: decode OPCODE_OP_BOTTOM3 {
- default:
nop_or_pause(); //Check for repe prefix
+ default:
Inst::NOP(); //XXX repe makes this a "pause"
0x1: xchg_rCX_rAX();
0x2: xchg_rDX_rAX();
0x3: xchg_rVX_rAX();