diff options
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 7204abe028..1515af9930 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -758,6 +758,7 @@ struct CPUPPCState { int error_code; int interrupt_request; uint32_t pending_interrupts; + void *irq[32]; /* Those resources are used only during code translation */ /* Next instruction pointer */ |