mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOS/MM]
- An accompanying change to r50768. Fixes boot. svn path=/trunk/; revision=50770
This commit is contained in:
parent
85e4bbe4f5
commit
02ad384a40
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ RtlpAvlCompareRoutine(IN PRTL_AVL_TABLE Table,
|
|||
IN PVOID Buffer,
|
||||
IN PVOID UserData)
|
||||
{
|
||||
PRTL_BALANCED_LINKS CurrentNode = (PVOID)((ULONG_PTR)UserData - sizeof(LIST_ENTRY) - sizeof(RTL_BALANCED_LINKS));
|
||||
PRTL_BALANCED_LINKS CurrentNode = (PVOID)((ULONG_PTR)UserData - sizeof(RTL_BALANCED_LINKS));
|
||||
ULONG_PTR StartingVpn = (ULONG_PTR)Buffer;
|
||||
if (StartingVpn < CurrentNode->StartingVpn)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue