Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r82:1366ee6b9a4d
Date: 2013-06-08 22:59 +0200
http://bitbucket.org/pypy/stmgc/changeset/1366ee6b9a4d/

Log:    fix

diff --git a/c4/steal.c b/c4/steal.c
--- a/c4/steal.c
+++ b/c4/steal.c
@@ -56,10 +56,10 @@
     gcptr L = (gcptr)P->h_revision;
     gcptr Q = stmgc_duplicate(L);
     Q->h_tid |= GCFLAG_PUBLIC;
+    P->h_revision = (revision_t)Q;
 
     smp_wmb();
 
-    P->h_revision = (revision_t)Q;
     P->h_tid &= ~GCFLAG_STUB;
 
  done:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to