summaryrefslogtreecommitdiffstats
path: root/target-alpha
diff options
context:
space:
mode:
Diffstat (limited to 'target-alpha')
-rw-r--r--target-alpha/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index 729d587..c79c568 100644
--- a/target-alpha/cpu.h
+++ b/target-alpha/cpu.h
@@ -300,6 +300,12 @@ struct CPUAlphaState {
pal_handler_t *pal_handler;
};
+#define CPUState CPUAlphaState
+#define cpu_init cpu_alpha_init
+#define cpu_exec cpu_alpha_exec
+#define cpu_gen_code cpu_alpha_gen_code
+#define cpu_signal_handler cpu_alpha_signal_handler
+
#include "cpu-all.h"
enum {
OpenPOWER on IntegriCloud