diff options
| author | Blue Swirl | 2010-03-29 21:24:00 +0200 |
|---|---|---|
| committer | Blue Swirl | 2010-03-29 21:24:00 +0200 |
| commit | 29e922b61fb3d93836825ca9731bb2cadbb6ed72 (patch) | |
| tree | b461e05df4e043c3015857ca95fbfdf704bab059 /linux-user | |
| parent | Compile openpic only once (diff) | |
| download | qemu-29e922b61fb3d93836825ca9731bb2cadbb6ed72.tar.gz qemu-29e922b61fb3d93836825ca9731bb2cadbb6ed72.tar.xz qemu-29e922b61fb3d93836825ca9731bb2cadbb6ed72.zip | |
Compile qemu-timer only once
Arrange various declarations so that also non-CPU code can access
them, adjust users.
Move CPU specific code to cpus.c.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'linux-user')
| -rw-r--r-- | linux-user/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index e5ff8a908d..ca49cc4891 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -32,7 +32,7 @@ /* For tb_lock */ #include "exec-all.h" - +#include "qemu-timer.h" #include "envlist.h" #define DEBUG_LOGFILE "/tmp/qemu.log" |
