[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [4573] Nicer debug output
From: |
Blue Swirl |
Subject: |
[Qemu-devel] [4573] Nicer debug output |
Date: |
Sun, 25 May 2008 11:17:51 +0000 |
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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [4573] Nicer debug output,
Blue Swirl <=