diff --git a/hypervisor/interrupt.c b/hypervisor/interrupt.c index 9ae13f2..b2243bd 100644 --- a/hypervisor/interrupt.c +++ b/hypervisor/interrupt.c @@ -13,6 +13,7 @@ (pirq >= VIRQ_MIN_VALID_PIRQ && pirq < VIRQ_NUM_MAX_PIRQS) + static struct interrupt_ops *_guest_ops; static struct interrupt_ops *_host_ops;