37,42c37,45
< template <class Impl>
< class AlphaDynInst;
<
< struct AlphaSimpleImpl;
<
< typedef AlphaDynInst<AlphaSimpleImpl> O3DynInst;
---
> template <class Impl> class AlphaDynInst;
> struct AlphaSimpleImpl;
> typedef AlphaDynInst<AlphaSimpleImpl> O3DynInst;
> #elif THE_ISA == MIPS_ISA
> template <class Impl> class MipsDynInst;
> struct MipsSimpleImpl;
> typedef MipsDynInst<MipsSimpleImpl> O3DynInst;
> #else
> #error "O3DynInst not defined for this ISA"