Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60290:a41de64f9293
Date: 2013-01-21 11:43 +0200
http://bitbucket.org/pypy/pypy/changeset/a41de64f9293/

Log:    oops

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
@@ -214,7 +214,7 @@
         nursery_free_adr = self.cpu.gc_ll_descr.get_nursery_free_addr()
         mc.MOV(edi, heap(nursery_free_adr))   # load this in EDX
         # clear the gc pattern
-        mc.MOV_bi(ofs, imm(0))
+        mc.MOV_bi(ofs, 0)
         mc.RET()
         #
         # If the slowpath malloc failed, we raise a MemoryError that
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to