Revision 1635eecc

b/hw/ide/pci.c
267 267
        return;
268 268
    }
269 269

  
270
    if (bm) {
271
        bm->status |= BM_STATUS_INT;
272
    }
270
    bm->status |= BM_STATUS_INT;
273 271

  
274 272
    /* trigger the real irq */
275 273
    qemu_set_irq(bm->irq, level);

Also available in: Unified diff