Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r52679:b05fa1f14382
Date: 2012-02-20 16:04 +0000
http://bitbucket.org/pypy/pypy/changeset/b05fa1f14382/

Log:    typo

diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py
--- a/pypy/jit/backend/arm/regalloc.py
+++ b/pypy/jit/backend/arm/regalloc.py
@@ -1008,7 +1008,7 @@
 
     prepare_op_debug_merge_point = void
     prepare_op_jit_debug = void
-    prepare_keepalive = void
+    prepare_op_keepalive = void
 
     def prepare_op_cond_call_gc_wb(self, op, fcond):
         assert op.result is None
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to