dma init fix
[qemu] / hw / pc.c
diff --git a/hw/pc.c b/hw/pc.c
index 30e823b..233f028 100644 (file)
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -487,7 +487,7 @@ void pc_init(int ram_size, int vga_ram_size, int boot_device,
     }
 
     kbd_init();
-    DMA_init();
+    DMA_init(0);
 
 #ifndef _WIN32
     if (audio_enabled) {