Author: Remi Meier <remi.me...@gmail.com>
Branch: 
Changeset: r554:b820cff55e7a
Date: 2013-11-21 16:04 +0100
http://bitbucket.org/pypy/stmgc/changeset/b820cff55e7a/

Log:    fix bug in demo_random.c

diff --git a/c4/demo_random.c b/c4/demo_random.c
--- a/c4/demo_random.c
+++ b/c4/demo_random.c
@@ -566,6 +566,7 @@
                 check((gcptr)ww->node);
             }
             else {
+                t = (nodeptr)write_barrier(ptrs[i]);
                 t->weakref = NULL;
             }
         }
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to