diff --git a/src/cpu/o3/dyn_inst.hh b/src/cpu/o3/dyn_inst.hh index 279513493..c37f8007e 100644 --- a/src/cpu/o3/dyn_inst.hh +++ b/src/cpu/o3/dyn_inst.hh @@ -45,6 +45,10 @@ template class SparcDynInst; struct SparcSimpleImpl; typedef SparcDynInst O3DynInst; +#elif THE_ISA == X86_ISA + template class X86DynInst; + struct X86SimpleImpl; + typedef X86DynInst O3DynInst; #else #error "O3DynInst not defined for this ISA" #endif