]> git.proxmox.com Git - qemu.git/commit
Fix --enable-profiler compilation.
authorRichard Henderson <rth@twiddle.net>
Sat, 17 Apr 2010 16:25:10 +0000 (16:25 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 17 Apr 2010 16:25:10 +0000 (16:25 +0000)
commit2d8ebcf94ee461dea9eb363be7becb769d9a962f
tree9208e57f9e950459b07462996f64f1f2ed442425
parent42a8aa8393b931c92662578bc6b0b82c54fe63f8
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>
cpu-all.h
qemu-timer.h
tcg/tcg.c