projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d9fdc
)
tcg: improve output log
author
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 7 Oct 2009 05:53:41 +0000
(07:53 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 7 Oct 2009 05:53:41 +0000
(07:53 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tcg.c
patch
|
blob
|
history
diff --git
a/tcg/tcg.c
b/tcg/tcg.c
index 9f57b6a2d38646660130ca05fec0944ee7a5118f..3c0e296f0dbf6764a96a70345764050771981950 100644
(file)
--- 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 l
a
:\n");
+ qemu_log("OP after l
iveness analysis
:\n");
tcg_dump_ops(s, logfile);
qemu_log("\n");
}