mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[KMTESTS]
- Fix some typos in previous commit - Make the driver object accessible to tests svn path=/trunk/; revision=54355
This commit is contained in:
parent
d0133a99d0
commit
2bc2e85140
4 changed files with 6 additions and 3 deletions
|
@ -44,7 +44,7 @@ TestFastMutex(
|
|||
ExReleaseFastMutex(Mutex);
|
||||
CheckMutex(Mutex, 1L, NULL, 0LU, OriginalIrql, OriginalIrql);
|
||||
|
||||
#ifdef _M_X86
|
||||
#ifdef _M_IX86
|
||||
/* ntoskrnl's fastcall version */
|
||||
ExiAcquireFastMutex(Mutex);
|
||||
CheckMutex(Mutex, 0L, Thread, 0LU, OriginalIrql, APC_LEVEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue