mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
KefReleaseSpinLockFromDpcLevel needs the address of a spinlock and not its value.
svn path=/trunk/; revision=20572
This commit is contained in:
@@ -247,7 +247,7 @@ SameProcess:
|
||||
|
||||
/* Return */
|
||||
//#ifdef CONFIG_SMP
|
||||
mov ecx, _DispatcherDatabaseLock
|
||||
mov ecx, offset _DispatcherDatabaseLock
|
||||
call @KefReleaseSpinLockFromDpcLevel@4
|
||||
//#endif
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user