From 49a7ed0397954f555f5fb4272334e606a3048c59 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 9 Sep 2011 02:40:11 -0700 Subject: StaticInst: Merge StaticInst and StaticInstBase. Having two StaticInst classes, one nominally ISA dependent and the other ISA dependent, has not been historically useful and makes the StaticInst class more complicated that it needs to be. This change merges StaticInstBase into StaticInst. --- src/arch/mips/isa_traits.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/arch/mips') diff --git a/src/arch/mips/isa_traits.hh b/src/arch/mips/isa_traits.hh index 2f789c6bf..5cef45523 100644 --- a/src/arch/mips/isa_traits.hh +++ b/src/arch/mips/isa_traits.hh @@ -38,11 +38,10 @@ #include "arch/mips/types.hh" #include "base/types.hh" #include "config/full_system.hh" +#include "cpu/static_inst_fwd.hh" namespace LittleEndianGuest {} -class StaticInstPtr; - namespace MipsISA { -- cgit v1.2.3