Author: Richard Plangger <planri...@gmail.com>
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
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to