133,142d132
<
< template <class Impl>
< bool
< BaseO3DynInst<Impl>::simPalCheck(int palFunc)
< {
< #if THE_ISA != ALPHA_ISA
< panic("simPalCheck called, but PAL only exists in Alpha!\n");
< #endif
< return this->cpu->simPalCheck(palFunc, this->threadNumber);
< }