diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2009-10-07 07:53:41 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-10-07 07:53:41 +0200 |
commit | 6a957025eb6c7eabff9c90e0704171d1237c0115 (patch) | |
tree | 087294aabf89faf2ecd68a2adc4aa791cbc3afde /tcg/tcg.c | |
parent | target-i386: fix ARPL (diff) | |
download | qemu-kvm-6a957025eb6c7eabff9c90e0704171d1237c0115.tar.gz qemu-kvm-6a957025eb6c7eabff9c90e0704171d1237c0115.tar.bz2 qemu-kvm-6a957025eb6c7eabff9c90e0704171d1237c0115.zip |
tcg: improve output log
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/tcg.c')
-rw-r--r-- | tcg/tcg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } |