From: Andreas Schwab Date: Sat, 18 Nov 2006 14:46:30 +0000 (+0000) Subject: (GC_MARK_SECONDARY_STACK): Update call to X-Git-Tag: emacs-pretest-22.0.91~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbb7c02f78898cfc8e283f58f6ad8530789c74b3;p=emacs.git (GC_MARK_SECONDARY_STACK): Update call to mark_memory. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 55d9a725293..7116d24c718 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -377,7 +377,7 @@ Boston, MA 02110-1301, USA. */ extern void *__libc_ia64_register_backing_store_base; \ __builtin_ia64_flushrs (); \ mark_memory (__libc_ia64_register_backing_store_base, \ - __builtin_ia64_bsp ()); \ + __builtin_ia64_bsp (), 0); \ } while (0) #endif #endif