[HALX86] Removed reduntant INIT_FUNCTION attribute from HalpGetSystemInterruptVector. (#1234)

This fixes livecd crashes started since 71fefa32db.
This commit is contained in:
Extravert-ir
2019-01-13 01:01:31 +01:00
committed by Hermès BÉLUSCA - MAÏTO
parent 4575747d61
commit 2b4108b2c6
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -610,7 +610,6 @@ HalpTranslateIsaBusAddress(
OUT PPHYSICAL_ADDRESS TranslatedAddress
);
INIT_FUNCTION
ULONG
NTAPI
HalpGetSystemInterruptVector(
-1
View File
@@ -139,7 +139,6 @@ HalpGetRootInterruptVector(IN ULONG BusInterruptLevel,
return SystemVector;
}
INIT_FUNCTION
ULONG
NTAPI
HalpGetSystemInterruptVector(IN PBUS_HANDLER BusHandler,