Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r48413:1aeb2c211a8a
Date: 2011-10-19 10:57 +0200
http://bitbucket.org/pypy/pypy/changeset/1aeb2c211a8a/

Log:    update comment

diff --git a/pypy/jit/backend/arm/opassembler.py 
b/pypy/jit/backend/arm/opassembler.py
--- a/pypy/jit/backend/arm/opassembler.py
+++ b/pypy/jit/backend/arm/opassembler.py
@@ -935,7 +935,7 @@
     # ../x86/assembler.py:668
     def redirect_call_assembler(self, oldlooptoken, newlooptoken):
         # we overwrite the instructions at the old _x86_direct_bootstrap_code
-        # to start with a JMP to the new _x86_direct_bootstrap_code.
+        # to start with a JMP to the new _arm_direct_bootstrap_code.
         # Ideally we should rather patch all existing CALLs, but well.
         oldadr = oldlooptoken._arm_direct_bootstrap_code
         target = newlooptoken._arm_direct_bootstrap_code
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to