From 2b4108b2c6b005c921ec6410e359268b79d9c2e5 Mon Sep 17 00:00:00 2001 From: Extravert-ir Date: Sun, 13 Jan 2019 03:01:31 +0300 Subject: [PATCH] [HALX86] Removed reduntant INIT_FUNCTION attribute from HalpGetSystemInterruptVector. (#1234) This fixes livecd crashes started since 71fefa32db013317842fd9224b63bcf5f72f2e32. --- hal/halx86/include/bus.h | 1 - hal/halx86/legacy/bus/sysbus.c | 1 - 2 files changed, 2 deletions(-) diff --git a/hal/halx86/include/bus.h b/hal/halx86/include/bus.h index 755595c3ae8..def39ebf80c 100644 --- a/hal/halx86/include/bus.h +++ b/hal/halx86/include/bus.h @@ -610,7 +610,6 @@ HalpTranslateIsaBusAddress( OUT PPHYSICAL_ADDRESS TranslatedAddress ); -INIT_FUNCTION ULONG NTAPI HalpGetSystemInterruptVector( diff --git a/hal/halx86/legacy/bus/sysbus.c b/hal/halx86/legacy/bus/sysbus.c index ec2019dfd60..fccb8233982 100644 --- a/hal/halx86/legacy/bus/sysbus.c +++ b/hal/halx86/legacy/bus/sysbus.c @@ -139,7 +139,6 @@ HalpGetRootInterruptVector(IN ULONG BusInterruptLevel, return SystemVector; } -INIT_FUNCTION ULONG NTAPI HalpGetSystemInterruptVector(IN PBUS_HANDLER BusHandler,