change LOCALS macros.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
static struct malloc_chunk *
|
||||
ChunkPtrAdjust (struct malloc_chunk *ptr)
|
||||
{
|
||||
return (struct malloc_chunk *) ((char *) (ptr) + HDiff);
|
||||
return (struct malloc_chunk *) ((char *) (ptr) + LOCAL_HDiff);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user