*** empty log message ***
authorphil <none@none>
Wed, 15 Sep 1999 11:37:38 +0000 (11:37 +0000)
committerphil <none@none>
Wed, 15 Sep 1999 11:37:38 +0000 (11:37 +0000)
mm/heap2.c

index 2a6827ff41bc2a2ca2d599e10e4e631e49a8bd60..97a5158682dd306a818f1e8ab2e6fbd0839101db 100644 (file)
@@ -491,7 +491,7 @@ heap_addreference (void **reflocation)
           in blocks on the heap; we'll have to add JIT-Marker code for those Java
           objects then. -- phil. */
 
-       heap_add_address_to_address_list(&references, reflocation);
+       heap_add_address_to_address_list_unsorted(&references, reflocation);
 }
 
 static