mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
13 lines
497 B
Plaintext
13 lines
497 B
Plaintext
$NetBSD: patch-dh,v 1.3 2013/05/29 11:11:12 wiz Exp $
|
|
--- mono/mini/mini-x86.c.orig 2012-12-05 17:44:33.000000000 +0000
|
|
+++ mono/mini/mini-x86.c
|
|
@@ -231,7 +231,7 @@ typedef struct {
|
|
|
|
static X86_Reg_No param_regs [] = { 0 };
|
|
|
|
-#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
|