summary refs log tree commit diff stats
path: root/include/hw/cpu/a9mpcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/cpu/a9mpcore.h')
-rw-r--r--include/hw/cpu/a9mpcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/cpu/a9mpcore.h b/include/hw/cpu/a9mpcore.h
index 010489b98e..8eece07123 100644
--- a/include/hw/cpu/a9mpcore.h
+++ b/include/hw/cpu/a9mpcore.h
@@ -28,8 +28,8 @@ typedef struct A9MPPrivState {
     MemoryRegion container;
     uint32_t num_irq;
 
-    GICState gic;
     A9SCUState scu;
+    GICState gic;
     ARMMPTimerState mptimer;
     ARMMPTimerState wdt;
 } A9MPPrivState;