From fbb7c02f78898cfc8e283f58f6ad8530789c74b3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 18 Nov 2006 14:46:30 +0000 Subject: [PATCH] (GC_MARK_SECONDARY_STACK): Update call to mark_memory. --- src/s/gnu-linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 55d9a72529..7116d24c71 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 -- 2.39.2