View | Details | Raw Unified
Collapse All | Expand All

(-) emacs/src/alloc.c (-1 / +1 lines)
 Lines 4522-4528   mark_stack () Link Here 
  /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is
  /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is
     needed on ia64 too.  See mach_dep.c, where it also says inline
     needed on ia64 too.  See mach_dep.c, where it also says inline
     assembler doesn't work with relevant proprietary compilers.  */
     assembler doesn't work with relevant proprietary compilers.  */
#ifdef sparc
#if defined(sparc) && !defined(__FreeBSD__)
  asm ("ta 3");
  asm ("ta 3");
#endif
#endif