mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Avoid compiler warning.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1922 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0cb3fb1e30
commit
5c3ff3a7be
1 changed files with 1 additions and 1 deletions
2
hw/pc.c
2
hw/pc.c
|
@ -611,7 +611,7 @@ static void pc_init1(int ram_size, int vga_ram_size, int boot_device,
|
||||||
unsigned long bios_offset, vga_bios_offset;
|
unsigned long bios_offset, vga_bios_offset;
|
||||||
int bios_size, isa_bios_size;
|
int bios_size, isa_bios_size;
|
||||||
PCIBus *pci_bus;
|
PCIBus *pci_bus;
|
||||||
int piix3_devfn;
|
int piix3_devfn = -1;
|
||||||
CPUState *env;
|
CPUState *env;
|
||||||
NICInfo *nd;
|
NICInfo *nd;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue