mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
- Balance of an Memory Manager's AVL tree node can be negative, so make it a signed variable.
svn path=/trunk/; revision=36120
This commit is contained in:
@@ -592,7 +592,7 @@ typedef struct _MMADDRESS_NODE
|
||||
{
|
||||
union
|
||||
{
|
||||
ULONG Balance:2;
|
||||
LONG Balance:2;
|
||||
struct _MMADDRESS_NODE *Parent;
|
||||
} u1;
|
||||
struct _MMADDRESS_NODE *LeftChild;
|
||||
|
||||
Reference in New Issue
Block a user