31a32,33
> //For ISA_HAS_DELAY_SLOT
> #include "arch/isa_traits.hh"
47a50,52
> #if ISA_HAS_DELAY_SLOT
> tc->setNextPC(tc->readNextPC() + sizeof(TheISA::MachInst));
> #endif