Author: Matti Picus <[email protected]>
Branch:
Changeset: r96627:db5598e252c6
Date: 2019-05-17 06:32 +0300
http://bitbucket.org/pypy/pypy/changeset/db5598e252c6/
Log: untabbify
diff --git a/rpython/translator/platform/arch/s390x.py
b/rpython/translator/platform/arch/s390x.py
--- a/rpython/translator/platform/arch/s390x.py
+++ b/rpython/translator/platform/arch/s390x.py
@@ -89,7 +89,7 @@
if machine == 0x2964:
return "z13"
if machine == 0x3907: # gcc supports z14 as of 2019/05/08
- return "z14"
+ return "z14"
# well all others are unsupported!
return "unknown"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit