X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8259a.c;h=25d6fa1f3db7aa94002e66b8b476c371ae1702d7;hb=d775bbfa668ce9968bacc0e4257cf86e5ab88e90;hp=6609a5c4a4b6061287233dc023a0c5de300065fe;hpb=022f63d320c2837822dc7f6be84f860a01f02d7c;p=palacios.git diff --git a/palacios/src/devices/8259a.c b/palacios/src/devices/8259a.c index 6609a5c..25d6fa1 100644 --- a/palacios/src/devices/8259a.c +++ b/palacios/src/devices/8259a.c @@ -162,7 +162,7 @@ struct pic_internal { struct { int (*ack)(struct guest_info * core, uint32_t irq, void * private_data); void * private_data; - } irq_ack_cbs[15]; + } irq_ack_cbs[16]; void * router_handle;