diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 21:02:38 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 21:02:38 +0000 |
commit | 9467d44c4d5d9a2f1e0b4e3e0239320cbf81c1d2 (patch) | |
tree | 1a84c7ba04ad7ec0352d80936415fb4833b0316f /target-m68k/cpu.h | |
parent | a8fcf883d9a15c88938d6bddbbb262091d79435f (diff) | |
download | qemu-9467d44c4d5d9a2f1e0b4e3e0239320cbf81c1d2.tar.gz qemu-9467d44c4d5d9a2f1e0b4e3e0239320cbf81c1d2.tar.bz2 qemu-9467d44c4d5d9a2f1e0b4e3e0239320cbf81c1d2.zip |
Move target-specific defines to the target directories.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2940 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-m68k/cpu.h')
-rw-r--r-- | target-m68k/cpu.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h index 2d43354e27..b0e725d4a0 100644 --- a/target-m68k/cpu.h +++ b/target-m68k/cpu.h @@ -216,6 +216,13 @@ void register_m68k_insns (CPUM68KState *env); /* Smallest TLB entry size is 1k. */ #define TARGET_PAGE_BITS 10 #endif + +#define CPUState CPUM68KState +#define cpu_init cpu_m68k_init +#define cpu_exec cpu_m68k_exec +#define cpu_gen_code cpu_m68k_gen_code +#define cpu_signal_handler cpu_m68k_signal_handler + #include "cpu-all.h" #endif |