aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorAndreas Schwab2006-11-18 14:46:30 +0000
committerAndreas Schwab2006-11-18 14:46:30 +0000
commitfbb7c02f78898cfc8e283f58f6ad8530789c74b3 (patch)
tree28a50648ae0a90b65770a53af82082b66096338d /src/s
parentccf17b26dca875afcc350c7393eaaf0659f36fab (diff)
downloademacs-fbb7c02f78898cfc8e283f58f6ad8530789c74b3.tar.gz
emacs-fbb7c02f78898cfc8e283f58f6ad8530789c74b3.zip
(GC_MARK_SECONDARY_STACK): Update call to
mark_memory.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/gnu-linux.h2
1 files changed, 1 insertions, 1 deletions
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. */
377 extern void *__libc_ia64_register_backing_store_base; \ 377 extern void *__libc_ia64_register_backing_store_base; \
378 __builtin_ia64_flushrs (); \ 378 __builtin_ia64_flushrs (); \
379 mark_memory (__libc_ia64_register_backing_store_base, \ 379 mark_memory (__libc_ia64_register_backing_store_base, \
380 __builtin_ia64_bsp ()); \ 380 __builtin_ia64_bsp (), 0); \
381 } while (0) 381 } while (0)
382#endif 382#endif
383#endif 383#endif