Author: Armin Rigo <ar...@tunes.org>
Branch: stm-thread-2
Changeset: r61487:434440c32cf4
Date: 2013-02-20 09:22 +0100
http://bitbucket.org/pypy/pypy/changeset/434440c32cf4/

Log:    Oups.

diff --git a/rpython/rtyper/memory/gc/stmtls.py 
b/rpython/rtyper/memory/gc/stmtls.py
--- a/rpython/rtyper/memory/gc/stmtls.py
+++ b/rpython/rtyper/memory/gc/stmtls.py
@@ -365,7 +365,7 @@
         while i > 0:
             i -= 1
             root = llop.stm_threadlocalref_lladdr(llmemory.Address, i)
-            if self.points_to_valid_gc_object(root):
+            if self.gc.points_to_valid_gc_object(root):
                 self._trace_drag_out(root, None)
 
     def trace_and_drag_out_of_nursery(self, obj):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to