From 9467d44c4d5d9a2f1e0b4e3e0239320cbf81c1d2 Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 3 Jun 2007 21:02:38 +0000 Subject: Move target-specific defines to the target directories. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2940 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-i386/cpu.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target-i386/cpu.h') diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 2b4295ae17..3a82426b8d 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -661,6 +661,13 @@ static inline int cpu_get_time_fast(void) #endif #define TARGET_PAGE_BITS 12 + +#define CPUState CPUX86State +#define cpu_init cpu_x86_init +#define cpu_exec cpu_x86_exec +#define cpu_gen_code cpu_x86_gen_code +#define cpu_signal_handler cpu_x86_signal_handler + #include "cpu-all.h" #endif /* CPU_I386_H */ -- cgit v1.2.3