Author: Richard Plangger <[email protected]>
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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit