Author: Richard Plangger <planri...@gmail.com>
Branch: s390x-backend
Changeset: r82139:67c6fa68e2b9
Date: 2016-02-10 11:18 +0100
http://bitbucket.org/pypy/pypy/changeset/67c6fa68e2b9/

Log:    ups, f1,f3,f5,f7 are volatiles, but where not added to the list of
        volatiles

diff --git a/rpython/jit/backend/zarch/registers.py 
b/rpython/jit/backend/zarch/registers.py
--- a/rpython/jit/backend/zarch/registers.py
+++ b/rpython/jit/backend/zarch/registers.py
@@ -27,7 +27,7 @@
 FP_SCRATCH = f15
 
 MANAGED_FP_REGS = fpregisters[:-1]
-VOLATILES_FLOAT = [f0,f2,f4,f6]
+VOLATILES_FLOAT = [f0,f1,f2,f3,f4,f5,f6,f7]
 
 # The JITFRAME_FIXED_SIZE is measured in words, and should be the
 # number of registers that need to be saved into the jitframe when
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to