]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.c
more generic i8259 support
[mirror_qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 86e61c360a6489e34ed1155d3de4a0bb8cf602bd..13b07c84272e08a8f45e0a4c8444b6c3725f5fe1 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -155,6 +155,7 @@ int win2k_install_hack = 0;
 /* x86 ISA bus support */
 
 target_phys_addr_t isa_mem_base = 0;
+PicState2 *isa_pic;
 
 uint32_t default_ioport_readb(void *opaque, uint32_t address)
 {