diff options
Diffstat (limited to 'boehm-gc/headers.c')
-rw-r--r-- | boehm-gc/headers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/headers.c b/boehm-gc/headers.c index 0aa513973c9..b7be1d84930 100644 --- a/boehm-gc/headers.c +++ b/boehm-gc/headers.c @@ -206,7 +206,7 @@ register struct hblk * h; { hdr * result; - if (!get_index((word) h)) return(FALSE); + if (!get_index((word) h)) return(0); result = alloc_hdr(); SET_HDR(h, result); # ifdef USE_MUNMAP |