summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Henderson2016-06-24 04:15:55 +0200
committerRichard Henderson2016-08-05 18:14:40 +0200
commitbdfb460ef77500f7b186759b585f06ff2120929d (patch)
tree0dad5b3169d975054658d146eb0ffa2fe0454607 /include
parenttcg: Compress dead_temps and mem_temps into a single array (diff)
downloadqemu-bdfb460ef77500f7b186759b585f06ff2120929d.tar.gz
qemu-bdfb460ef77500f7b186759b585f06ff2120929d.tar.xz
qemu-bdfb460ef77500f7b186759b585f06ff2120929d.zip
tcg: Include liveness info in the dumps
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'include')
-rw-r--r--include/qemu/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/log.h b/include/qemu/log.h
index 8bec6b4039..9ab8f51188 100644
--- a/include/qemu/log.h
+++ b/include/qemu/log.h
@@ -54,7 +54,7 @@ static inline bool qemu_loglevel_mask(int mask)
/* main logging function
*/
-void GCC_FMT_ATTR(1, 2) qemu_log(const char *fmt, ...);
+int GCC_FMT_ATTR(1, 2) qemu_log(const char *fmt, ...);
/* vfprintf-like logging function
*/