# HG changeset patch # User Andreas Schwab # Date 1163861190 0 # Node ID 2bd7a6d6a83fd513e5475f9ff25270cc7b685083 # Parent b9f8abc451dea53a0169d3d5496b956308ed29d6 (GC_MARK_SECONDARY_STACK): Update call to mark_memory. diff -r b9f8abc451de -r 2bd7a6d6a83f src/s/gnu-linux.h --- a/src/s/gnu-linux.h Sat Nov 18 13:16:58 2006 +0000 +++ b/src/s/gnu-linux.h Sat Nov 18 14:46:30 2006 +0000 @@ -377,7 +377,7 @@ 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