Author: Remi Meier <remi.me...@gmail.com>
Branch: weakref
Changeset: r410:212e6e027030
Date: 2013-07-18 14:49 +0200
http://bitbucket.org/pypy/stmgc/changeset/212e6e027030/

Log:    typo that doesn't change much

diff --git a/c4/steal.c b/c4/steal.c
--- a/c4/steal.c
+++ b/c4/steal.c
@@ -53,7 +53,7 @@
                    write_barriers allowed. */
 
                 dprintf(("steal prot immutable -> public: %p | %p\n", obj, O));
-                stub = obj;
+                stub = O;
                 goto done;
             }
             dprintf(("prot immutable -> public: %p\n", obj));
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to