mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
[NTOS:MM] Use POOL_BILLED_PROCESS_INVALID constant.
This commit is contained in:
@@ -1826,7 +1826,7 @@ ExReturnPoolQuota(IN PVOID P)
|
||||
DPRINT1("Object %p is not a process. Type %u, pool type 0x%x, block size %u\n",
|
||||
Process, Process->Pcb.Header.Type, Entry->PoolType, BlockSize);
|
||||
KeBugCheckEx(BAD_POOL_CALLER,
|
||||
0x0D,
|
||||
POOL_BILLED_PROCESS_INVALID,
|
||||
(ULONG_PTR)P,
|
||||
Entry->PoolTag,
|
||||
(ULONG_PTR)Process);
|
||||
@@ -2659,7 +2659,7 @@ ExFreePoolWithTag(IN PVOID P,
|
||||
DPRINT1("Object %p is not a process. Type %u, pool type 0x%x, block size %u\n",
|
||||
Process, Process->Pcb.Header.Type, Entry->PoolType, BlockSize);
|
||||
KeBugCheckEx(BAD_POOL_CALLER,
|
||||
0x0D,
|
||||
POOL_BILLED_PROCESS_INVALID,
|
||||
(ULONG_PTR)P,
|
||||
Tag,
|
||||
(ULONG_PTR)Process);
|
||||
|
||||
Reference in New Issue
Block a user