[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 03:01:31 +03:00 committed by Hermès BÉLUSCA - MAÏTO
parent 4575747d61
commit 2b4108b2c6
2 changed files with 0 additions and 2 deletions

View file

@ -610,7 +610,6 @@ HalpTranslateIsaBusAddress(
OUT PPHYSICAL_ADDRESS TranslatedAddress
);
INIT_FUNCTION
ULONG
NTAPI
HalpGetSystemInterruptVector(

View file

@ -139,7 +139,6 @@ HalpGetRootInterruptVector(IN ULONG BusInterruptLevel,
return SystemVector;
}
INIT_FUNCTION
ULONG
NTAPI
HalpGetSystemInterruptVector(IN PBUS_HANDLER BusHandler,