summary refs log tree commit diff stats
path: root/target/openrisc/cpu-param.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/openrisc/cpu-param.h')
-rw-r--r--target/openrisc/cpu-param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/openrisc/cpu-param.h b/target/openrisc/cpu-param.h
index 37627f2c39..7ea0ecb55a 100644
--- a/target/openrisc/cpu-param.h
+++ b/target/openrisc/cpu-param.h
@@ -12,6 +12,8 @@
 #define TARGET_PHYS_ADDR_SPACE_BITS 32
 #define TARGET_VIRT_ADDR_SPACE_BITS 32
 
+#define TARGET_INSN_START_EXTRA_WORDS 1
+
 #define TCG_GUEST_DEFAULT_MO (0)
 
 #endif