Author: Maciej Fijalkowski <[email protected]>
Branch: gc-minimark-pinning
Changeset: r54378:3b2c45587c05
Date: 2012-04-15 20:46 +0200
http://bitbucket.org/pypy/pypy/changeset/3b2c45587c05/

Log:    grumble

diff --git a/pypy/rpython/memory/support.py b/pypy/rpython/memory/support.py
--- a/pypy/rpython/memory/support.py
+++ b/pypy/rpython/memory/support.py
@@ -197,7 +197,7 @@
 
         def sort(self):
             ll_assert(self.chunk.next == null_chunk, "too big for sorting")
-            sort_chunk(self.chunk, self.used_in_last_chunk - 1)
+            sort_chunk(self.chunk, self.used_in_last_chunk)
 
     cache[chunk_size] = AddressStack
     return AddressStack
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to