aboutsummaryrefslogtreecommitdiff
path: root/hw/esp.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/esp.c')
-rw-r--r--hw/esp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/esp.c b/hw/esp.c
index 787892bfe0..68e15dd814 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;