Author: David Schneider <david.schnei...@picle.org> Branch: arm-backend-2 Changeset: r54328:6bac78dc2ff5 Date: 2012-04-13 08:06 +0000 http://bitbucket.org/pypy/pypy/changeset/6bac78dc2ff5/
Log: fix math_sqrt diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/backend/arm/assembler.py +++ b/pypy/jit/backend/arm/assembler.py @@ -934,7 +934,7 @@ def regalloc_emit_math(self, op, arglocs, fcond, regalloc): effectinfo = op.getdescr().get_extra_info() oopspecindex = effectinfo.oopspecindex - asm_math_operations[oopspecindex](self, op, arglocs, resloc) + asm_math_operations[oopspecindex](self, op, arglocs, regalloc, fcond) return fcond _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit