summaryrefslogtreecommitdiffstats
path: root/hw/esp.c
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-05-26 17:15:13 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-05-26 17:15:13 +0000
commit4be9a500e7db7a16807d7bbeaa9e7f87ab4af5f7 (patch)
treeedefc8b58f34bf0292a9740d0e350ae65bd12478 /hw/esp.c
parent7c22dd5216a7c1ff941e37bc30a6ade6e1370ca1 (diff)
downloadhqemu-4be9a500e7db7a16807d7bbeaa9e7f87ab4af5f7.zip
hqemu-4be9a500e7db7a16807d7bbeaa9e7f87ab4af5f7.tar.gz
Fix partial transfer bug.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1943 c046a42c-6fe2-441c-8c8c-71466251a162
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 787892b..68e15dd 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;
OpenPOWER on IntegriCloud