summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-07-26 18:04:46 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 18:04:46 +0400
commitffa0c9ea38b3dd87e91b5ed2118c74002fed6782 (patch)
treef9003135a48276ce8396f87b485b607afbcfc09b /mach_dep.c
parentf4549e6f616d1b976126e1afddde3fb15c88bb08 (diff)
downloadbdwgc-ffa0c9ea38b3dd87e91b5ed2118c74002fed6782.tar.gz
gc6.4 tarball importgc6_4
Diffstat (limited to 'mach_dep.c')
-rw-r--r--mach_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach_dep.c b/mach_dep.c
index 327e11ca..c0d01b35 100644
--- a/mach_dep.c
+++ b/mach_dep.c
@@ -465,7 +465,7 @@ ptr_t cold_gc_frame;
/* the stack. Return sp. */
# ifdef SPARC
asm(" .seg \"text\"");
-# if defined(SVR4) || defined(NETBSD)
+# if defined(SVR4) || defined(NETBSD) || defined(FREEBSD)
asm(" .globl GC_save_regs_in_stack");
asm("GC_save_regs_in_stack:");
asm(" .type GC_save_regs_in_stack,#function");