Added a DPRINTF to print out the actual value pulled from memory.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 6 Dec 2006 11:02:13 +0000 (06:02 -0500)
committerGabe 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

index 63d22b2932dca2ab86a81c3f7ce6a1979783f290..8213e8fa27a5a8863373a869fb1eb88e5c88982c 100644 (file)
@@ -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));