commit | 2d8ebcf94ee461dea9eb363be7becb769d9a962f | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sat Apr 17 16:25:10 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Apr 17 16:25:10 2010 +0000 |
tree | 9208e57f9e950459b07462996f64f1f2ed442425 | |
parent | 42a8aa8393b931c92662578bc6b0b82c54fe63f8 [diff] |
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>