48c48
< class ExecContext;
---
> class ThreadContext;
360,361c360,361
< * register value is read from the supplied execution context, so
< * the result is valid only if the execution context is about to
---
> * register value is read from the supplied thread context, so
> * the result is valid only if the thread context is about to
365c365
< virtual Addr branchTarget(ExecContext *xc) const
---
> virtual Addr branchTarget(ThreadContext *tc) const
375c375
< bool hasBranchTarget(Addr pc, ExecContext *xc, Addr &tgt) const;
---
> bool hasBranchTarget(Addr pc, ThreadContext *tc, Addr &tgt) const;