From 6a957025eb6c7eabff9c90e0704171d1237c0115 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 7 Oct 2009 07:53:41 +0200 Subject: tcg: improve output log Signed-off-by: Aurelien Jarno --- tcg/tcg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg') diff --git a/tcg/tcg.c b/tcg/tcg.c index 9f57b6a2d3..3c0e296f0d 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"); } -- cgit v1.2.1