*** empty log message ***
authorphil <none@none>
Mon, 23 Nov 1998 11:16:26 +0000 (11:16 +0000)
committerphil <none@none>
Mon, 23 Nov 1998 11:16:26 +0000 (11:16 +0000)
mm/heap2.c

index 186919828a293c6cfa58a99a47ab13e16b043e56..d8c016b7d313ab3efa1d57bdf7639828ec8134ce 100644 (file)
@@ -798,7 +798,7 @@ void gc_mark_stack (void)
        else {
                for (aThread = liveThreads; aThread != 0;
                         aThread = CONTEXT(aThread).nextlive) {
-                       mark_object_at((void*)aThread);
+                       gc_mark_object_at((void*)aThread);
                        if (aThread == currentThread) {
                                void **top_of_stack = &dummy;
                                
@@ -915,3 +915,4 @@ gc_call (void)
  * tab-width: 4
  * End:
  */
+