Author: edelsohn
Branch: ppc-jit-backend
Changeset: r49443:760676c29f43
Date: 2011-11-15 13:25 -0500
http://bitbucket.org/pypy/pypy/changeset/760676c29f43/

Log:    Correct indentation of prepare_setarrayitem_raw.

diff --git a/pypy/jit/backend/ppc/ppcgen/regalloc.py 
b/pypy/jit/backend/ppc/ppcgen/regalloc.py
--- a/pypy/jit/backend/ppc/ppcgen/regalloc.py
+++ b/pypy/jit/backend/ppc/ppcgen/regalloc.py
@@ -475,7 +475,7 @@
         self.possibly_free_vars(boxes)
         return [value_loc, base_loc, ofs_loc, imm(scale), imm(ofs), tmp]
 
-        prepare_setarrayitem_raw = prepare_setarrayitem_gc
+    prepare_setarrayitem_raw = prepare_setarrayitem_gc
 
     def prepare_getarrayitem_gc(self, op):
         a0, a1 = boxes = list(op.getarglist())
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to