From e9a6625e8dc03f18d5a7271eeb933203122ac659 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 30 Sep 2009 14:09:52 +0200 Subject: [PATCH] Fix build with profiler enabled Broken by 4a1418e07bdcfaa3177739e04707ecaec75d89e1 Signed-off-by: Aurelien Jarno --- monitor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/monitor.c b/monitor.c index 167041e448..f105a2ec1b 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;