Author: edelsohn Branch: ppc-jit-backend Changeset: r52344:bd11f83e6f9f Date: 2012-02-09 19:50 -0500 http://bitbucket.org/pypy/pypy/changeset/bd11f83e6f9f/
Log: Fix typo. diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py --- a/pypy/jit/backend/ppc/runner.py +++ b/pypy/jit/backend/ppc/runner.py @@ -135,7 +135,7 @@ self.reg_map = None def redirect_call_assembler(self, oldlooptoken, newlooptoken): - self.assembler.redirect_call_assembler(oldlooptoken, newlooptoken) + self.asm.redirect_call_assembler(oldlooptoken, newlooptoken) def invalidate_loop(self, looptoken): """Activate all GUARD_NOT_INVALIDATED in the loop and its attached _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit