arch,cpu: Stop using and remove ThreadContext::instAddr.
Change-Id: I9cd8077fd72a9d7bff20f1bd7ba37e4e038b8fac Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/52062 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> Maintainer: Gabe Black <gabe.black@gmail.com>
This commit is contained in:
@@ -834,7 +834,7 @@ Commit::commit()
|
||||
"[tid:%i] Squashing due to branch mispred "
|
||||
"PC:%#x [sn:%llu]\n",
|
||||
tid,
|
||||
fromIEW->mispredictInst[tid]->instAddr(),
|
||||
fromIEW->mispredictInst[tid]->pcState().instAddr(),
|
||||
fromIEW->squashedSeqNum[tid]);
|
||||
} else {
|
||||
DPRINTF(Commit,
|
||||
|
||||
Reference in New Issue
Block a user