aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/cpu-param.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/m68k/cpu-param.h')
-rw-r--r--target/m68k/cpu-param.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/m68k/cpu-param.h b/target/m68k/cpu-param.h
index 39dcbce..256a2b5 100644
--- a/target/m68k/cpu-param.h
+++ b/target/m68k/cpu-param.h
@@ -2,13 +2,12 @@
* m68k cpu parameters for qemu.
*
* Copyright (c) 2005-2007 CodeSourcery
- * SPDX-License-Identifier: LGPL-2.0+
+ * SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef M68K_CPU_PARAM_H
#define M68K_CPU_PARAM_H
-#define TARGET_LONG_BITS 32
/*
* Coldfire Linux uses 8k pages
* and m68k linux uses 4k pages
@@ -18,4 +17,6 @@
#define TARGET_PHYS_ADDR_SPACE_BITS 32
#define TARGET_VIRT_ADDR_SPACE_BITS 32
+#define TARGET_INSN_START_EXTRA_WORDS 1
+
#endif