mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
13 lines
484 B
Plaintext
13 lines
484 B
Plaintext
$NetBSD: patch-dh,v 1.5 2014/11/30 08:40:51 spz Exp $
|
|
--- mono/mini/mini-x86.c.orig 2014-10-04 09:27:43.000000000 +0000
|
|
+++ mono/mini/mini-x86.c
|
|
@@ -242,7 +242,7 @@ static const guint32 *callconv_param_reg
|
|
}
|
|
}
|
|
|
|
-#if defined(TARGET_WIN32) || defined(__APPLE__) || defined(__FreeBSD__)
|
|
+#if defined(TARGET_WIN32) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
|
#define SMALL_STRUCTS_IN_REGS
|
|
static X86_Reg_No return_regs [] = { X86_EAX, X86_EDX };
|
|
#endif
|