d3f436429f
- move to autoconf - regen patches ok ajacoutot@, jasper@
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
$OpenBSD: patch-mono_mini_mini-arm_h,v 1.2 2010/03/20 17:16:44 robert Exp $
|
|
--- mono/mini/mini-arm.h.orig Tue Nov 24 23:15:33 2009
|
|
+++ mono/mini/mini-arm.h Fri Mar 19 23:29:31 2010
|
|
@@ -142,7 +142,9 @@ typedef struct MonoCompileArch {
|
|
#define ARM_FIRST_ARG_REG 0
|
|
#define ARM_LAST_ARG_REG 3
|
|
|
|
+#ifndef __OpenBSD__
|
|
#define MONO_ARCH_USE_SIGACTION 1
|
|
+#endif
|
|
#define MONO_ARCH_NEED_DIV_CHECK 1
|
|
|
|
#define MONO_ARCH_HAVE_THROW_CORLIB_EXCEPTION 1
|