diff options
-rw-r--r-- | hw/i8259.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -393,7 +393,6 @@ static uint32_t pic_poll_read(PicState *s) pic_update_irq(s->pics_state); } else { ret = 0x07; - pic_update_irq(s->pics_state); } return ret; |