summary refs log tree commit diff stats
path: root/target/mips/cpu-param.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/cpu-param.h')
-rw-r--r--target/mips/cpu-param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/mips/cpu-param.h b/target/mips/cpu-param.h
index 8fcb1b4f5f..99ca8d1684 100644
--- a/target/mips/cpu-param.h
+++ b/target/mips/cpu-param.h
@@ -20,6 +20,8 @@
 #endif
 #define TARGET_PAGE_BITS 12
 
+#define TARGET_INSN_START_EXTRA_WORDS 2
+
 #define TCG_GUEST_DEFAULT_MO (0)
 
 #endif