From: Gabe Black Date: Mon, 8 Oct 2007 01:14:48 +0000 (-0700) Subject: X86: Make sure there are fewer spurious differences between instructions for caching... X-Git-Tag: m5_2.0_beta4~63 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=999328f5ad4e66c171d865f9b7739fa32a925dec;p=gem5.git X86: Make sure there are fewer spurious differences between instructions for caching purposes. --HG-- extra : convert_revision : 7e6be1c42f28f92d9e8b47169e683827bb3f4aaf --- diff --git a/src/arch/x86/predecoder.cc b/src/arch/x86/predecoder.cc index 62899e65a..ace4a6b94 100644 --- 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;