diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:24:00 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:24:00 +0000 |
commit | 29e922b61fb3d93836825ca9731bb2cadbb6ed72 (patch) | |
tree | b461e05df4e043c3015857ca95fbfdf704bab059 /gen-icount.h | |
parent | 5c4532ee7894277d8d54db108e891c4204d15f1d (diff) |
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 'gen-icount.h')
-rw-r--r-- | gen-icount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gen-icount.h b/gen-icount.h index 3268f720a5..8879da6335 100644 --- a/gen-icount.h +++ b/gen-icount.h @@ -1,3 +1,5 @@ +#include "qemu-timer.h" + /* Helpers for instruction counting code generation. */ static TCGArg *icount_arg; |