Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / libgc / headers.c
index 0aa513973c96af518637ccaff28d3814575abc47..b7be1d84930be9fb4d54fd59b70572815deb8eda 100644 (file)
@@ -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