mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
dma init fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@960 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
514fb8c10e
commit
7c29d0c0cf
1 changed files with 1 additions and 1 deletions
2
hw/pc.c
2
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue