https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2b4108b2c6b005c921ec64...
commit 2b4108b2c6b005c921ec6410e359268b79d9c2e5 Author: Extravert-ir Extravert34@gmail.com AuthorDate: Sun Jan 13 03:01:31 2019 +0300 Commit: Hermès BÉLUSCA - MAÏTO hermes.belusca-maito@reactos.org CommitDate: Sun Jan 13 01:01:31 2019 +0100
[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 755595c3ae..def39ebf80 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 ec2019dfd6..fccb823398 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,