* [Qemu-devel] [4573] Nicer debug output
@ 2008-05-25 11:17 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-05-25 11:17 UTC (permalink / raw)
To: qemu-devel
Revision: 4573
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4573
Author: blueswir1
Date: 2008-05-25 11:17:46 +0000 (Sun, 25 May 2008)
Log Message:
-----------
Nicer debug output
Modified Paths:
--------------
trunk/target-sparc/translate.c
Modified: trunk/target-sparc/translate.c
===================================================================
--- trunk/target-sparc/translate.c 2008-05-25 10:10:12 UTC (rev 4572)
+++ trunk/target-sparc/translate.c 2008-05-25 11:17:46 UTC (rev 4573)
@@ -1830,6 +1830,8 @@
{
unsigned int insn, opc, rs1, rs2, rd;
+ if (unlikely(loglevel & CPU_LOG_TB_OP))
+ tcg_gen_debug_insn_start(dc->pc);
insn = ldl_code(dc->pc);
opc = GET_FIELD(insn, 0, 1);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-25 11:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-25 11:17 [Qemu-devel] [4573] Nicer debug output Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).