aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao/files/cacao-disable-stackbase-check.patch
blob: 8eb20894d47f0ff8650f3d9c22758c02ed7c18ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c
===================================================================
--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:15.000000000 +0100
+++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:24.000000000 +0100
@@ -1077,7 +1077,6 @@
       c = stat_buf[buf_offset++];
     }
     close(f);
-    if (result < 0x10000000) ABORT("Absurd stack bottom value");
     return (ptr_t)result;
   }