From 6df196b71e058b2c827e1027416155ac8ec8cf9f Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 5 Jun 2012 01:23:09 -0400 Subject: O3: Clean up the O3 structures and try to pack them a bit better. DynInst is extremely large the hope is that this re-organization will put the most used members close to each other. --- src/arch/x86/registers.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/registers.hh') diff --git a/src/arch/x86/registers.hh b/src/arch/x86/registers.hh index 66f5dab80..20385a960 100644 --- a/src/arch/x86/registers.hh +++ b/src/arch/x86/registers.hh @@ -49,6 +49,7 @@ namespace X86ISA { using X86ISAInst::MaxInstSrcRegs; using X86ISAInst::MaxInstDestRegs; +using X86ISAInst::MaxMiscDestRegs; const int NumMiscArchRegs = NUM_MISCREGS; const int NumMiscRegs = NUM_MISCREGS; -- cgit v1.2.3