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/mips/registers.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/mips/registers.hh') diff --git a/src/arch/mips/registers.hh b/src/arch/mips/registers.hh index 0e5cbfc91..807fd825f 100644 --- a/src/arch/mips/registers.hh +++ b/src/arch/mips/registers.hh @@ -43,6 +43,7 @@ namespace MipsISA using MipsISAInst::MaxInstSrcRegs; using MipsISAInst::MaxInstDestRegs; +using MipsISAInst::MaxMiscDestRegs; // Constants Related to the number of registers const int NumIntArchRegs = 32; -- cgit v1.2.3