From fc8b4f52537dafdfe10a9be912fe3f069d8a570d Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 11 Aug 2006 20:29:15 -0400 Subject: Started to add support for O3 for sparc. --HG-- extra : convert_revision : 3f94bda14024a09b9fbd7a5d13284d4987349ddf --- src/cpu/o3/dyn_inst.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cpu/o3/dyn_inst.hh') diff --git a/src/cpu/o3/dyn_inst.hh b/src/cpu/o3/dyn_inst.hh index 5f7caf79f..279513493 100644 --- a/src/cpu/o3/dyn_inst.hh +++ b/src/cpu/o3/dyn_inst.hh @@ -41,6 +41,10 @@ template class MipsDynInst; struct MipsSimpleImpl; typedef MipsDynInst O3DynInst; +#elif THE_ISA == SPARC_ISA + template class SparcDynInst; + struct SparcSimpleImpl; + typedef SparcDynInst O3DynInst; #else #error "O3DynInst not defined for this ISA" #endif -- cgit v1.2.3