nova: fix irq handling for qemu 2.7 and newer

Fixes #2336
This commit is contained in:
Alexander Boettcher
2017-03-15 10:11:56 +01:00
committed by Christian Helmuth
parent 3f29e7c675
commit 637a54aeb5
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ CC_OPT += -pipe \
-fno-asynchronous-unwind-tables -std=gnu++0x
CC_OPT_PIC :=
ifeq ($(filter-out $(SPECS),32bit),)
CC_WARN += -Wframe-larger-than=92
CC_WARN += -Wframe-larger-than=96
CC_OPT += -mpreferred-stack-boundary=2 -mregparm=3
else
ifeq ($(filter-out $(SPECS),64bit),)