mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix an incorrect HalBeginSystemInterrupt() prototype
svn path=/trunk/; revision=22080
This commit is contained in:
@@ -95,8 +95,8 @@ NTHALAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
HalBeginSystemInterrupt(
|
||||
ULONG Vector,
|
||||
KIRQL Irql,
|
||||
ULONG Vector,
|
||||
PKIRQL OldIrql
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user