71c71,72
< StaticInst::hasBranchTarget(Addr pc, ThreadContext *tc, Addr &tgt) const
---
> StaticInst::hasBranchTarget(const TheISA::PCState &pc, ThreadContext *tc,
> TheISA::PCState &tgt) const
87c88
< StaticInst::fetchMicroop(MicroPC micropc)
---
> StaticInst::fetchMicroop(MicroPC upc) const
93,94c94,95
< Addr
< StaticInst::branchTarget(Addr branchPC) const
---
> TheISA::PCState
> StaticInst::branchTarget(const TheISA::PCState &pc) const
101c102
< Addr
---
> TheISA::PCState