Added a DPRINTF to print out the actual value pulled from memory.
--HG-- extra : convert_revision : 18780f753a7e98f8de3047dd6781b944b0826b4e
This commit is contained in:
parent
75b93179ab
commit
be29adf51c
1 changed files with 2 additions and 0 deletions
|
@ -1155,6 +1155,8 @@ DefaultFetch<Impl>::fetch(bool &status_change)
|
|||
"[sn:%lli]\n",
|
||||
tid, instruction->readPC(), inst_seq);
|
||||
|
||||
DPRINTF(Fetch, "[tid:%i]: MachInst is %#x\n", tid, ext_inst);
|
||||
|
||||
DPRINTF(Fetch, "[tid:%i]: Instruction is: %s\n",
|
||||
tid, instruction->staticInst->disassemble(fetch_PC));
|
||||
|
||||
|
|
Loading…
Reference in a new issue