X86: Make sure there are fewer spurious differences between instructions for caching...
authorGabe Black <gblack@eecs.umich.edu>
Mon, 8 Oct 2007 01:14:48 +0000 (18:14 -0700)
committerGabe 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

index 62899e65a8eb4a240de7bc2c76b7653ceb3913fa..ace4a6b943251236c9e4904fa1d4a2c7ed7c7aa5 100644 (file)
@@ -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;