From 20bd5c25494b86bda2b1f47f77fc726c59e30c1d Mon Sep 17 00:00:00 2001 From: pbrook Date: Fri, 26 May 2006 17:15:13 +0000 Subject: [PATCH] Fix partial transfer bug. --- hw/esp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/esp.c b/hw/esp.c index 787892bf..68e15dd8 100644 --- a/hw/esp.c +++ b/hw/esp.c @@ -214,7 +214,6 @@ static void handle_ti(ESPState *s) } if (s->ti_size) { s->rregs[4] = STAT_IN | STAT_TC | (to_device ? STAT_DO : STAT_DI); - s->ti_size -= minlen; } s->rregs[5] = INTR_BS; s->rregs[6] = 0; -- 2.39.5