aboutsummaryrefslogtreecommitdiff
path: root/target-mips/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-mips/cpu.h')
-rw-r--r--target-mips/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h
index 4b17929706..c91e2cac49 100644
--- a/target-mips/cpu.h
+++ b/target-mips/cpu.h
@@ -269,6 +269,8 @@ struct CPUMIPSState {
#if defined(CONFIG_USER_ONLY)
target_ulong tls_value;
+#else
+ void *irq[8];
#endif
CPU_COMMON