]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/intc/mips_gic.h
hw/mips: Declare all length properties as unsigned
[mirror_qemu.git] / include / hw / intc / mips_gic.h
index eeb136e261f1556d5f71bef34cc8880e85c43eac..5e4c71edd47d4fa0df96b43cb6159e4fe437a5c8 100644 (file)
@@ -211,8 +211,8 @@ struct MIPSGICState {
     /* GIC VP Timer */
     MIPSGICTimerState *gic_timer;
 
-    int32_t num_vps;
-    int32_t num_irq;
+    uint32_t num_vps;
+    uint32_t num_irq;
 };
 
 #endif /* MIPS_GIC_H */