mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix build.
svn path=/trunk/; revision=69338
This commit is contained in:
@@ -1405,7 +1405,8 @@ NTAPI
|
||||
KeDeregisterNmiCallback(IN PVOID Handle)
|
||||
{
|
||||
KIRQL OldIrql;
|
||||
PKNMI_HANDLER_CALLBACK NmiData, Previous;
|
||||
PKNMI_HANDLER_CALLBACK NmiData;
|
||||
PKNMI_HANDLER_CALLBACK* Previous;
|
||||
ASSERT_IRQL_LESS_OR_EQUAL(DISPATCH_LEVEL);
|
||||
|
||||
/* Find in the list the NMI callback corresponding to the handle */
|
||||
|
||||
Reference in New Issue
Block a user