Revision e93379b0 backends/baum.c

b/backends/baum.c
314 314
            return 0; \
315 315
        if (*cur++ != ESC) { \
316 316
            DPRINTF("Broken packet %#2x, tossing\n", req); \
317
		if (qemu_timer_pending(baum->cellCount_timer)) { \
318
                qemu_del_timer(baum->cellCount_timer); \
319
                baum_cellCount_timer_cb(baum); \
317
            if (timer_pending(baum->cellCount_timer)) {    \
318
                qemu_del_timer(baum->cellCount_timer);     \
319
                baum_cellCount_timer_cb(baum);             \
320 320
            } \
321 321
            return (cur - 2 - buf); \
322 322
        } \

Also available in: Unified diff