mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[HALX86] Removed reduntant INIT_FUNCTION attribute from HalpGetSystemInterruptVector. (#1234)
This fixes livecd crashes started since 71fefa32db
.
This commit is contained in:
parent
4575747d61
commit
2b4108b2c6
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue