qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 6a95702] tcg: improve output log


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 6a95702] tcg: improve output log
Date: Wed, 07 Oct 2009 05:57:15 -0000

From: Aurelien Jarno <address@hidden>

Signed-off-by: Aurelien Jarno <address@hidden>

diff --git a/tcg/tcg.c b/tcg/tcg.c
index 9f57b6a..3c0e296 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -1904,7 +1904,7 @@ static inline int tcg_gen_code_common(TCGContext *s, 
uint8_t *gen_code_buf,
 
 #ifdef DEBUG_DISAS
     if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP_OPT))) {
-        qemu_log("OP after la:\n");
+        qemu_log("OP after liveness analysis:\n");
         tcg_dump_ops(s, logfile);
         qemu_log("\n");
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]