summaryrefslogtreecommitdiffstats
path: root/target-i386
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386')
-rw-r--r--target-i386/cpu.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 2b4295a..3a82426 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 */
OpenPOWER on IntegriCloud