summaryrefslogtreecommitdiffstats
path: root/target-mips/cpu.h
diff options
context:
space:
mode:
authorths2007-06-03 23:02:38 +0200
committerths2007-06-03 23:02:38 +0200
commit9467d44c4d5d9a2f1e0b4e3e0239320cbf81c1d2 (patch)
tree1a84c7ba04ad7ec0352d80936415fb4833b0316f /target-mips/cpu.h
parentOne day we might support MIPS16... (diff)
downloadqemu-9467d44c4d5d9a2f1e0b4e3e0239320cbf81c1d2.tar.gz
qemu-9467d44c4d5d9a2f1e0b4e3e0239320cbf81c1d2.tar.xz
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-mips/cpu.h')
-rw-r--r--target-mips/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h
index 6dff8ef557..7650be48c0 100644
--- a/target-mips/cpu.h
+++ b/target-mips/cpu.h
@@ -317,6 +317,12 @@ int mips_find_by_name (const unsigned char *name, mips_def_t **def);
void mips_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
int cpu_mips_register (CPUMIPSState *env, mips_def_t *def);
+#define CPUState CPUMIPSState
+#define cpu_init cpu_mips_init
+#define cpu_exec cpu_mips_exec
+#define cpu_gen_code cpu_mips_gen_code
+#define cpu_signal_handler cpu_mips_signal_handler
+
#include "cpu-all.h"
/* Memory access type :