Revision d14ed254 hw/openpic.c

b/hw/openpic.c
442 442
	opp->dst[i].pctp      = 0x0000000F;
443 443
	opp->dst[i].pcsr      = 0x00000000;
444 444
	memset(&opp->dst[i].raised, 0, sizeof(IRQ_queue_t));
445
        opp->dst[i].raised.next = -1;
445 446
	memset(&opp->dst[i].servicing, 0, sizeof(IRQ_queue_t));
447
        opp->dst[i].servicing.next = -1;
446 448
    }
447 449
    /* Initialise timers */
448 450
    for (i = 0; i < MAX_TMR; i++) {

Also available in: Unified diff