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-sh4/cpu.h | |
parent | a8fcf883d9a15c88938d6bddbbb262091d79435f (diff) |
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-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index e844d690e2..00ee062680 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -126,6 +126,12 @@ int cpu_sh4_signal_handler(int host_signum, void *pinfo, #include "softfloat.h" +#define CPUState CPUSH4State +#define cpu_init cpu_sh4_init +#define cpu_exec cpu_sh4_exec +#define cpu_gen_code cpu_sh4_gen_code +#define cpu_signal_handler cpu_sh4_signal_handler + #include "cpu-all.h" /* Memory access type */ |