]> Git Repo - qemu.git/blobdiff - hw/dma/xlnx-zdma.c
dma/xlnx-zdma: Advance the descriptor address when stopping
[qemu.git] / hw / dma / xlnx-zdma.c
index dd893bc420f1b4cf6834cf9c41368d45607c28ca..e856d233f2d410a4b4405558cfb447da8fbec530 100644 (file)
@@ -514,7 +514,6 @@ static void zdma_process_descr(XlnxZDMA *s)
     if (ptype == PT_REG || src_cmd == CMD_STOP) {
         ARRAY_FIELD_DP32(s->regs, ZDMA_CH_CTRL2, EN, 0);
         zdma_set_state(s, DISABLED);
-        return;
     }
 
     if (src_cmd == CMD_HALT) {
This page took 0.023448 seconds and 4 git commands to generate.