Revision 452efba6

b/hw/slavio_timer.c
128 128
    slavio_timer_get_out(t);
129 129
    DPRINTF("callback: count %x%08x\n", t->counthigh, t->count);
130 130
    t->reached = TIMER_REACHED;
131
    if (!slavio_timer_is_user(tc)) {
131
    /* there is no interrupt if user timer or free-run */
132
    if (!slavio_timer_is_user(tc) && t->limit != 0) {
132 133
        qemu_irq_raise(t->irq);
133 134
    }
134 135
}

Also available in: Unified diff