From 5e2915d143a5e67b2ac69ecef3a344bf5affa89a Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 30 Nov 1989 17:29:00 +0000 Subject: [PATCH] bug fix: the in_store test did not work when NON_STANDARD was defined, because in this case, the bit tested resided in user area --- modules/src/malloc/impl.h | 5 ++--- modules/src/malloc/log.h | 14 +++++--------- modules/src/malloc/mal.c | 1 + modules/src/malloc/phys.h | 17 +++++++++++++---- 4 files changed, 21 insertions(+), 16 deletions(-) diff --git a/modules/src/malloc/impl.h b/modules/src/malloc/impl.h index 3b92fe8b2..5e88e9bbf 100644 --- a/modules/src/malloc/impl.h +++ b/modules/src/malloc/impl.h @@ -9,9 +9,8 @@ #define MIN_SIZE (1<