aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2009-09-30 14:09:52 +0200
committerAurelien Jarno <aurelien@aurel32.net>2009-09-30 14:11:08 +0200
commite9a6625e8dc03f18d5a7271eeb933203122ac659 (patch)
tree42f6e49843431b24be71069e0470ee1429d1ddb8 /monitor.c
parentTCG: fix DEF2 macro (diff)
downloadqemu-kvm-e9a6625e8dc03f18d5a7271eeb933203122ac659.tar.gz
qemu-kvm-e9a6625e8dc03f18d5a7271eeb933203122ac659.tar.bz2
qemu-kvm-e9a6625e8dc03f18d5a7271eeb933203122ac659.zip
Fix build with profiler enabled
Broken by 4a1418e07bdcfaa3177739e04707ecaec75d89e1 Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/monitor.c b/monitor.c
index 167041e44..f105a2ec1 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1456,6 +1456,9 @@ static void do_info_numa(Monitor *mon)
#ifdef CONFIG_PROFILER
+int64_t qemu_time;
+int64_t dev_time;
+
static void do_info_profile(Monitor *mon)
{
int64_t total;