X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2Fheaders.c;h=b7be1d84930be9fb4d54fd59b70572815deb8eda;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=0aa513973c96af518637ccaff28d3814575abc47;hpb=38f320d19a29a3e7d6a92cdb0b3ebec149d7c1a7;p=mono.git diff --git a/libgc/headers.c b/libgc/headers.c index 0aa513973c9..b7be1d84930 100644 --- a/libgc/headers.c +++ b/libgc/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