65c65,66
< BaseDynInst<Impl>::BaseDynInst(TheISA::ExtMachInst machInst, Addr inst_PC,
---
> BaseDynInst<Impl>::BaseDynInst(TheISA::ExtMachInst machInst,
> Addr inst_PC, Addr inst_NPC,
73c74
< nextPC = PC + sizeof(TheISA::MachInst);
---
> nextPC = inst_NPC;