From 29e922b61fb3d93836825ca9731bb2cadbb6ed72 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Mon, 29 Mar 2010 19:24:00 +0000 Subject: 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 --- gen-icount.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gen-icount.h') 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; -- cgit v1.2.1