projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75b9317
)
Added a DPRINTF to print out the actual value pulled from memory.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 6 Dec 2006 11:02:13 +0000
(06:02 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 6 Dec 2006 11:02:13 +0000
(06:02 -0500)
--HG--
extra : convert_revision :
18780f753a7e98f8de3047dd6781b944b0826b4e
src/cpu/o3/fetch_impl.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/fetch_impl.hh
b/src/cpu/o3/fetch_impl.hh
index 63d22b2932dca2ab86a81c3f7ce6a1979783f290..8213e8fa27a5a8863373a869fb1eb88e5c88982c 100644
(file)
--- a/
src/cpu/o3/fetch_impl.hh
+++ b/
src/cpu/o3/fetch_impl.hh
@@
-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));