summary refs log tree commit diff stats
path: root/include/hw/mips/cps.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/mips/cps.h')
-rw-r--r--include/hw/mips/cps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/mips/cps.h b/include/hw/mips/cps.h
index 04d636246a..05ef9f76b7 100644
--- a/include/hw/mips/cps.h
+++ b/include/hw/mips/cps.h
@@ -38,6 +38,7 @@ struct MIPSCPSState {
     uint32_t num_vp;
     uint32_t num_irq;
     char *cpu_type;
+    bool cpu_is_bigendian;
 
     MemoryRegion container;
     MIPSGCRState gcr;