63c63
< StaticInst::hasBranchTarget(Addr pc, ExecContext *xc, Addr &tgt) const
---
> StaticInst::hasBranchTarget(Addr pc, ThreadContext *tc, Addr &tgt) const
71c71
< tgt = branchTarget(xc);
---
> tgt = branchTarget(tc);