1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00

(GC_MARK_SECONDARY_STACK): Update call to

mark_memory.
This commit is contained in:
Andreas Schwab 2006-11-18 14:46:30 +00:00
parent ccf17b26dc
commit fbb7c02f78

View file

@ -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