mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Fix build with profiler enabled
Broken by 4a1418e07b
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
6692b04319
commit
e9a6625e8d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue