Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jordan <robertj@gmx.net>2006-12-22 03:30:04 +0300
committerRobert Jordan <robertj@gmx.net>2006-12-22 03:30:04 +0300
commitf10103a04a971dee5638b58548411b9867d141d8 (patch)
treecabf5d432a5f8939264cabcd87502809304b547e /libgc/os_dep.c
parentef60f6129d9875ea5dd9cca9f43dc6d7c615f023 (diff)
2006-12-22 Robert Jordan <robertj@gmx.net>
* include/private/gcconfig.h, os_dep.c: Add FreeBSD/amd64 support. Based on a FreeBSD Port Collection patch. r=Paolo. svn path=/trunk/mono/; revision=69915
Diffstat (limited to 'libgc/os_dep.c')
-rw-r--r--libgc/os_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/os_dep.c b/libgc/os_dep.c
index f64caeffa2f..39cb513f68f 100644
--- a/libgc/os_dep.c
+++ b/libgc/os_dep.c
@@ -1396,7 +1396,7 @@ int * etext_addr;
}
# endif
-# if defined(FREEBSD) && (defined(I386) || defined(powerpc) || defined(__powerpc__)) && !defined(PCR)
+# if defined(FREEBSD) && (defined(I386) || defined(powerpc) || defined(__powerpc__) || defined(__x86_64__)) && !defined(PCR)
/* Its unclear whether this should be identical to the above, or */
/* whether it should apply to non-X86 architectures. */
/* For now we don't assume that there is always an empty page after */