mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:23:01 +00:00
- Add missing newline to debug print.
svn path=/trunk/; revision=56334
This commit is contained in:
parent
3d119713b4
commit
e1c86ddb2d
1 changed files with 1 additions and 1 deletions
|
@ -1256,7 +1256,7 @@ ExpAddTagForBigPages(IN PVOID Va,
|
||||||
// This means there's no free hash buckets whatsoever, so we would now have
|
// This means there's no free hash buckets whatsoever, so we would now have
|
||||||
// to attempt expanding the table
|
// to attempt expanding the table
|
||||||
//
|
//
|
||||||
DPRINT1("Big pool expansion needed, not implemented!");
|
DPRINT1("Big pool expansion needed, not implemented!\n");
|
||||||
KeReleaseSpinLock(&ExpLargePoolTableLock, OldIrql);
|
KeReleaseSpinLock(&ExpLargePoolTableLock, OldIrql);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue