Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r50965:aad89a4cbc45
Date: 2011-12-30 17:12 +0100
http://bitbucket.org/pypy/pypy/changeset/aad89a4cbc45/

Log:    actually call malloc when emitting call_malloc_gc

diff --git a/pypy/jit/backend/arm/opassembler.py 
b/pypy/jit/backend/arm/opassembler.py
--- a/pypy/jit/backend/arm/opassembler.py
+++ b/pypy/jit/backend/arm/opassembler.py
@@ -1189,6 +1189,7 @@
     _mixin_ = True
 
     def emit_op_call_malloc_gc(self, op, arglocs, regalloc, fcond):
+        self.emit_op_call(op, arglocs, regalloc, fcond)
         self.propagate_memoryerror_if_r0_is_null()
         return fcond
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to