mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
Fix --enable-profiler compilation.
There's a header file inclusion ordering problem between cpu-all.h and qemu-timer.h, such that cpu_get_real_ticks is not defined when we attempt to use it in profile_getclock. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
42a8aa8393
commit
2d8ebcf94e
3 changed files with 12 additions and 12 deletions
|
@ -47,6 +47,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "cache-utils.h"
|
||||
#include "host-utils.h"
|
||||
#include "qemu-timer.h"
|
||||
|
||||
/* Note: the long term plan is to reduce the dependancies on the QEMU
|
||||
CPU definitions. Currently they are used for qemu_ld/st
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue