[pypy-commit] pypy stm-thread: Fix.

arigo noreply at buildbot.pypy.org
Mon May 7 12:00:38 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: stm-thread
Changeset: r54929:495197d761d2
Date: 2012-05-07 12:00 +0200
http://bitbucket.org/pypy/pypy/changeset/495197d761d2/

Log:	Fix.

diff --git a/pypy/translator/stm/src_stm/core.c b/pypy/translator/stm/src_stm/core.c
--- a/pypy/translator/stm/src_stm/core.c
+++ b/pypy/translator/stm/src_stm/core.c
@@ -665,6 +665,7 @@
       tx_spinloop(6);
     }
   d->setjmp_buf = NULL;   /* inevitable from now on */
+  d->active = 2;
 #ifdef RPY_STM_DEBUG_PRINT
   PYPY_DEBUG_STOP("stm-inevitable");
 #endif


More information about the pypy-commit mailing list