Author: David Schneider <david.schnei...@picle.org>
Branch: emit-call-arm
Changeset: r64532:ab0b1b7f0c82
Date: 2013-05-23 16:29 -0500
http://bitbucket.org/pypy/pypy/changeset/ab0b1b7f0c82/

Log:    fix

diff --git a/rpython/jit/backend/arm/opassembler.py 
b/rpython/jit/backend/arm/opassembler.py
--- a/rpython/jit/backend/arm/opassembler.py
+++ b/rpython/jit/backend/arm/opassembler.py
@@ -1032,7 +1032,7 @@
         callargs = arglocs[:numargs + 3]  # extract the arguments to the call
         guardargs = arglocs[len(callargs):]
         #
-        self._emit_call(op, callargs, fcond)
+        self._emit_call(op, callargs, fcond=fcond)
         self._emit_guard_may_force(guard_op, guardargs)
         return fcond
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to