target/mips: Use qemu_irq typedef for CPUMIPSState::irq member
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>
This commit is contained in:
parent
8fd38e58f0
commit
86468930a1
@ -1183,7 +1183,7 @@ typedef struct CPUArchState {
|
|||||||
CPUMIPSMVPContext *mvp;
|
CPUMIPSMVPContext *mvp;
|
||||||
#if !defined(CONFIG_USER_ONLY)
|
#if !defined(CONFIG_USER_ONLY)
|
||||||
CPUMIPSTLBContext *tlb;
|
CPUMIPSTLBContext *tlb;
|
||||||
void *irq[8];
|
qemu_irq irq[8];
|
||||||
struct MIPSITUState *itu;
|
struct MIPSITUState *itu;
|
||||||
MemoryRegion *itc_tag; /* ITC Configuration Tags */
|
MemoryRegion *itc_tag; /* ITC Configuration Tags */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user