projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d535523
)
X86: Make sure there are fewer spurious differences between instructions for caching...
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 8 Oct 2007 01:14:48 +0000
(18:14 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 8 Oct 2007 01:14:48 +0000
(18:14 -0700)
--HG--
extra : convert_revision :
7e6be1c42f28f92d9e8b47169e683827bb3f4aaf
src/arch/x86/predecoder.cc
patch
|
blob
|
history
diff --git
a/src/arch/x86/predecoder.cc
b/src/arch/x86/predecoder.cc
index 62899e65a8eb4a240de7bc2c76b7653ceb3913fa..ace4a6b943251236c9e4904fa1d4a2c7ed7c7aa5 100644
(file)
--- a/
src/arch/x86/predecoder.cc
+++ b/
src/arch/x86/predecoder.cc
@@
-69,6
+69,8
@@
namespace X86ISA
emi.rex = 0;
emi.legacy = 0;
emi.opcode.num = 0;
+ emi.opcode.op = 0;
+ emi.opcode.prefixA = emi.opcode.prefixB = 0;
immediateCollected = 0;
emi.immediate = 0;