summaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-mono_mini_mini.c
blob: 616d7002cd7ca7b4987d6dce5f81bfc9cf2aac64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./mono/mini/mini.c.orig	2008-10-20 13:53:02.000000000 -0300
+++ ./mono/mini/mini.c	2008-12-09 15:04:17.000000000 -0300
@@ -78,6 +78,11 @@
 
 #include "debug-mini.h"
 
+// https://bugzilla.novell.com/show_bug.cgi?id=448131
+#if defined(__FreeBSD__)
+#undef MONO_ARCH_SIGSEGV_ON_ALTSTACK
+#endif
+
 #define BRANCH_COST 100
 #define INLINE_LENGTH_LIMIT 20
 #define INLINE_FAILURE do {\