mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
Fix bug in interrupt code
svn path=/trunk/; revision=16245
This commit is contained in:
parent
236ce44dac
commit
96507ffe7c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ IoConnectInterrupt(PKINTERRUPT* InterruptObject,
|
|||
(count - 1)* sizeof(KINTERRUPT) +
|
||||
sizeof(IO_INTERRUPT),
|
||||
TAG_KINTERRUPT);
|
||||
if (!Interrupt) return(STATUS_INSUFFICIENT_RESOURCES);
|
||||
if (!IoInterrupt) return(STATUS_INSUFFICIENT_RESOURCES);
|
||||
|
||||
/* Select which Spinlock to use */
|
||||
if (SpinLock)
|
||||
|
|
Loading…
Reference in a new issue