Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Wed, 6 Sep 2006 04:54:55 +0000 (04:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 6 Sep 2006 04:54:55 +0000 (04:54 +0000)
v7/src/runtime/gc.scm

index e48136acbd9acdde3055e3f8e7ea4dcb9b7635d9..7dd67b15355bde6739dc091d1b1a16a592d2a2ec 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: gc.scm,v 14.21 2006/09/06 04:53:41 cph Exp $
+$Id: gc.scm,v 14.22 2006/09/06 04:54:55 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
 Copyright 1992,1993,2005,2006 Massachusetts Institute of Technology
@@ -86,8 +86,8 @@ USA.
                                 (set-cdr! queue (cdr items))
                                 (queued-purification-failure)))
                           (cdr result)))))))))
-    (or (try-queue pure-space-queue)
-       (try-queue constant-space-queue)
+    (or (try-queue pure-space-queue #t)
+       (try-queue constant-space-queue #f)
        (gc-flip-internal safety-margin))))
 
 (define (queued-purification-failure)