aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 46887bb332c..f37d74acaf4 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -4572,7 +4572,7 @@ mark_stack ()
4572 /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is 4572 /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is
4573 needed on ia64 too. See mach_dep.c, where it also says inline 4573 needed on ia64 too. See mach_dep.c, where it also says inline
4574 assembler doesn't work with relevant proprietary compilers. */ 4574 assembler doesn't work with relevant proprietary compilers. */
4575#ifdef sparc 4575#ifdef __sparc__
4576 asm ("ta 3"); 4576 asm ("ta 3");
4577#endif 4577#endif
4578 4578