提交 e4d165c2 编写于 作者: P pbrook

Don't clear DMA status register when loading address.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1929 c046a42c-6fe2-441c-8c8c-71466251a162
上级 0d92ed30
......@@ -690,7 +690,7 @@ static void espdma_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t va
val |= DMA_VER;
break;
case 1:
s->espdmaregs[0] = DMA_LOADED;
s->espdmaregs[0] |= DMA_LOADED;
break;
default:
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册