Author: Richard Plangger <planri...@gmail.com> Branch: s390x-backend Changeset: r82836:04dc68d8235f Date: 2016-03-07 08:20 +0100 http://bitbucket.org/pypy/pypy/changeset/04dc68d8235f/
Log: r.length_loc does not exist! removed "r." diff --git a/rpython/jit/backend/ppc/opassembler.py b/rpython/jit/backend/ppc/opassembler.py --- a/rpython/jit/backend/ppc/opassembler.py +++ b/rpython/jit/backend/ppc/opassembler.py @@ -901,7 +901,7 @@ jlt_location = self.mc.currpos() self.mc.trap() - self.mc.sradi(r.SCRATCH.value, r.length_loc.value, shift_by) + self.mc.sradi(r.SCRATCH.value, length_loc.value, shift_by) self.mc.mtctr(r.SCRATCH.value) # store the length in count register self.mc.li(r.SCRATCH.value, 0) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit