[pypy-commit] pypy ppc-jit-backend: Fix typo.

edelsohn noreply at buildbot.pypy.org
Fri Feb 10 01:50:20 CET 2012


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


More information about the pypy-commit mailing list