Author: Richard Plangger <[email protected]>
Branch: s390x-backend
Changeset: r82032:035eb5778ead
Date: 2016-02-01 13:56 +0100
http://bitbucket.org/pypy/pypy/changeset/035eb5778ead/
Log: ups, need to call method load on code builder, not assembler
diff --git a/rpython/jit/backend/zarch/callbuilder.py
b/rpython/jit/backend/zarch/callbuilder.py
--- a/rpython/jit/backend/zarch/callbuilder.py
+++ b/rpython/jit/backend/zarch/callbuilder.py
@@ -244,7 +244,7 @@
# thread. So here we check if the shadowstack pointer
# is still the same as before we released the GIL (saved
# in RSHADOWOLD), and if not, we fall back to 'reacqgil_addr'.
- self.load(r.r11, RSHADOWPTR, 0)
+ self.mc.load(r.r11, RSHADOWPTR, 0)
self.mc.CGR(r.r11, RSHADOWOLD)
bne_location = b1_location
b1_location = self.mc.currpos()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit