Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: jitframe-on-heap
Changeset: r60687:89b4e02965bc
Date: 2013-01-29 16:29 +0200
http://bitbucket.org/pypy/pypy/changeset/89b4e02965bc/

Log:    meh

diff --git a/rpython/jit/backend/x86/assembler.py 
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/x86/assembler.py
+++ b/rpython/jit/backend/x86/assembler.py
@@ -141,7 +141,7 @@
             self.set_debug(have_debug_prints())
             debug_stop('jit-backend-counts')
         # when finishing, we only have one value at [0], the rest dies
-        self.gcmap_for_finish = lltype.malloc(jitframe.GCMAP, 1, zero=True,
+        self.gcmap_for_finish = lltype.malloc(jitframe.GCMAP, 1,
                                               flavor='raw', immortal=True)
         self.gcmap_for_finish[0] = r_uint(1)
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to