105a106
> StaticInstPtr macroop;
381,382c382,384
< BaseDynInst(StaticInstPtr staticInst, TheISA::PCState pc,
< TheISA::PCState predPC, InstSeqNum seq_num, ImplCPU *cpu);
---
> BaseDynInst(StaticInstPtr staticInst, StaticInstPtr macroop,
> TheISA::PCState pc, TheISA::PCState predPC,
> InstSeqNum seq_num, ImplCPU *cpu);
387c389
< BaseDynInst(StaticInstPtr &_staticInst);
---
> BaseDynInst(StaticInstPtr staticInst, StaticInstPtr macroop);