mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
KefReleaseSpinLockFromDpcLevel needs the address of a spinlock and not its value.
svn path=/trunk/; revision=20572
This commit is contained in:
parent
b71ffe4703
commit
4c4d352a5e
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ SameProcess:
|
|||
|
||||
/* Return */
|
||||
//#ifdef CONFIG_SMP
|
||||
mov ecx, _DispatcherDatabaseLock
|
||||
mov ecx, offset _DispatcherDatabaseLock
|
||||
call @KefReleaseSpinLockFromDpcLevel@4
|
||||
//#endif
|
||||
ret
|
||||
|
|
Loading…
Reference in a new issue