mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:31:44 +00:00
[DRIVERS] Fix 64 bit issues
This commit is contained in:
parent
f8bf0e9c3a
commit
9e066abe2a
27 changed files with 61 additions and 60 deletions
|
@ -2312,7 +2312,7 @@ RxDereferenceAndDeleteRxContext_Real(
|
|||
/* Is ShadowCrit still owned? Shouldn't happen! */
|
||||
if (RxContext->ShadowCritOwner != 0)
|
||||
{
|
||||
DPRINT1("ShadowCritOwner not null! %p\n", (PVOID)RxContext->ShadowCritOwner);
|
||||
DPRINT1("ShadowCritOwner not null! %lx\n", RxContext->ShadowCritOwner);
|
||||
ASSERT(FALSE);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue