diff options
Diffstat (limited to 'hw/pc.c')
| -rw-r--r-- | hw/pc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/pc.c b/hw/pc.c index 9b68695cf4..f0802b7097 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -155,9 +155,6 @@ int cpu_get_pic_interrupt(CPUState *env) intno = apic_get_interrupt(env->apic_state); if (intno >= 0) { - /* set irq request if a PIC irq is still pending */ - /* XXX: improve that */ - pic_update_irq(isa_pic); return intno; } /* read the irq from the PIC */ |