diff options
Diffstat (limited to 'hw/dma.c')
-rw-r--r-- | hw/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -517,7 +517,7 @@ static const VMStateDescription vmstate_dma_regs = { } }; -static int dma_post_load(void *opaque) +static int dma_post_load(void *opaque, int version_id) { DMA_run(); |