提交 4be9a500 编写于 作者: P pbrook

Fix partial transfer bug.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1943 c046a42c-6fe2-441c-8c8c-71466251a162
上级 7c22dd52
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册