summaryrefslogtreecommitdiff
path: root/target-m68k/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-m68k/cpu.h')
-rw-r--r--target-m68k/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h
index 29e02e8bb2..a30bf962dd 100644
--- a/target-m68k/cpu.h
+++ b/target-m68k/cpu.h
@@ -31,6 +31,8 @@
#define TARGET_HAS_ICE 1
+#define ELF_MACHINE EM_68K
+
#define EXCP_ACCESS 2 /* Access (MMU) error. */
#define EXCP_ADDRESS 3 /* Address error. */
#define EXCP_ILLEGAL 4 /* Illegal instruction. */