mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
The profiler need qemu-timer.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3770 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ee5605e556
commit
6a5bd30702
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
|||
#include "disas.h"
|
||||
#include <dirent.h>
|
||||
|
||||
#ifdef CONFIG_PROFILER
|
||||
#include "qemu-timer.h" /* for ticks_per_sec */
|
||||
#endif
|
||||
|
||||
//#define DEBUG
|
||||
//#define DEBUG_COMPLETION
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue