mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[HALX86] Removed reduntant INIT_FUNCTION attribute from HalpGetSystemInterruptVector. (#1234)
This fixes livecd crashes started since 71fefa32db.
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
4575747d61
commit
2b4108b2c6
@@ -610,7 +610,6 @@ HalpTranslateIsaBusAddress(
|
||||
OUT PPHYSICAL_ADDRESS TranslatedAddress
|
||||
);
|
||||
|
||||
INIT_FUNCTION
|
||||
ULONG
|
||||
NTAPI
|
||||
HalpGetSystemInterruptVector(
|
||||
|
||||
@@ -139,7 +139,6 @@ HalpGetRootInterruptVector(IN ULONG BusInterruptLevel,
|
||||
return SystemVector;
|
||||
}
|
||||
|
||||
INIT_FUNCTION
|
||||
ULONG
|
||||
NTAPI
|
||||
HalpGetSystemInterruptVector(IN PBUS_HANDLER BusHandler,
|
||||
|
||||
Reference in New Issue
Block a user