target/mips: Use qemu_irq typedef for CPUMIPSState::irq member
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 30 Jan 2024 10:43:38 +0000 (11:43 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 14:53:12 +0000 (15:53 +0100)
Missed during commit d537cf6c86 ("Unify IRQ handling")
when qemu_irq typedef was introduced for IRQState.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240130111111.6372-1-philmd@linaro.org>

target/mips/cpu.h

index ef26fe03c7ff5d4681ff8c02621c8b6a4acd17ea..b4788e1af251cfc657545e664d68ad648c11421b 100644 (file)
@@ -1183,7 +1183,7 @@ typedef struct CPUArchState {
     CPUMIPSMVPContext *mvp;
 #if !defined(CONFIG_USER_ONLY)
     CPUMIPSTLBContext *tlb;
-    void *irq[8];
+    qemu_irq irq[8];
     struct MIPSITUState *itu;
     MemoryRegion *itc_tag; /* ITC Configuration Tags */