mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
[NTOSKRNL]
Fix build svn path=/trunk/; revision=53061
This commit is contained in:
parent
415db7e8f3
commit
20087fcf26
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ MiFindEmptyAddressRangeDownTree(IN SIZE_T Length,
|
|||
/* Starting from the root, go down until the right-most child,
|
||||
trying to stay below the boundary. */
|
||||
LowestNode = Node = RtlRightChildAvl(&Table->BalancedRoot);
|
||||
while (Child = RtlRightChildAvl(Node)) Node = Child;
|
||||
while ((Child = RtlRightChildAvl(Node))) Node = Child;
|
||||
|
||||
/* Now loop the Vad nodes */
|
||||
while (Node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue