Mercurial > emacs
diff src/s/gnu-linux.h @ 74043:2bd7a6d6a83f
(GC_MARK_SECONDARY_STACK): Update call to
mark_memory.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 18 Nov 2006 14:46:30 +0000 |
parents | bf1ea63459be |
children | e90d04cd455a dbe3f29e61d6 |
line wrap: on
line diff
--- 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