Author: Richard Plangger <[email protected]>
Branch: s390x-backend
Changeset: r82820:974fa6a90ecd
Date: 2016-03-06 18:37 +0100
http://bitbucket.org/pypy/pypy/changeset/974fa6a90ecd/
Log: typo it is curRpos
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
@@ -911,12 +911,12 @@
# following scenario: length_loc == 3 bytes, stepsize == 4!
# need to write the last bytes.
self.mc.cmp_op(0, length_loc.value, 0, imm=True)
- jle_location = self.mc.curpos()
+ jle_location = self.mc.currpos()
self.mc.trap()
self.mc.mtctr(length_loc.value)
- loop_position = self.mc.curpos()
+ loop_position = self.mc.currpos()
self.eza_stXu(r.SCRATCH.value, ofs_loc.value, 1, 1)
self.mc.bdnz(self.mc.currpos() - loop_location)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit