don't register remembered-thread set, because it's not GCable

svn: r8115
This commit is contained in:
Matthew Flatt 2007-12-24 12:18:13 +00:00
parent 9ba922ff1c
commit f6abcd7fbf

View File

@ -862,8 +862,10 @@ extern MZ_DLLIMPORT void (*GC_collect_end_callback)(void);
void scheme_init_thread_memory()
{
#ifndef MZ_PRECISE_GC
REGISTER_SO(tm_start);
REGISTER_SO(tm_next);
#endif
/* We start with a pre-allocated tm because we
want to register a thread before performing any