Author: David Schneider <[email protected]>
Branch: arm-backed-float
Changeset: r44510:0457c95d44ae
Date: 2011-05-26 14:19 +0200
http://bitbucket.org/pypy/pypy/changeset/0457c95d44ae/

Log:    uh, missed this change

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
@@ -490,12 +490,12 @@
             else:
                 nonfloat_args.append(reg)
                 nonfloat_regs.append(nonfloatlocs[i])
-                count += 1
 
             if arg.type == FLOAT:
                 selected_reg += 2
             else:
                 selected_reg += 1
+                count += 1
 
         # move float arguments to vfp regsiters
         for loc, reg in float_args:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to