diff options
Diffstat (limited to 'hw/dma.c')
| -rw-r--r-- | hw/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dma.c b/hw/dma.c index e58ab6dd23..971c8d466f 100644 --- a/hw/dma.c +++ b/hw/dma.c @@ -449,7 +449,7 @@ void DMA_schedule(int nchan) { CPUState *env = cpu_single_env; if (env) - cpu_interrupt(env, CPU_INTERRUPT_EXIT); + cpu_exit(env); } static void dma_reset(void *opaque) |