[pypy-commit] pypy stmgc-c4: update to stmgc/ad70e2445849

arigo noreply at buildbot.pypy.org
Fri Sep 27 11:25:49 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c4
Changeset: r67112:60e07c8d14f5
Date: 2013-09-27 11:24 +0200
http://bitbucket.org/pypy/pypy/changeset/60e07c8d14f5/

Log:	update to stmgc/ad70e2445849

diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision
--- a/rpython/translator/stm/src_stm/revision
+++ b/rpython/translator/stm/src_stm/revision
@@ -1,1 +1,1 @@
-6184784a65a0
+ad70e2445849
diff --git a/rpython/translator/stm/src_stm/stmsync.c b/rpython/translator/stm/src_stm/stmsync.c
--- a/rpython/translator/stm/src_stm/stmsync.c
+++ b/rpython/translator/stm/src_stm/stmsync.c
@@ -239,7 +239,7 @@
 {   /* must save roots around this call */
     struct tx_descriptor *d = thread_descriptor;
     if (d->setjmp_buf == buf) {
-        BecomeInevitable("stm_invalidate_jmp_buf with atomic");
+        BecomeInevitable("stm_invalidate_jmp_buf");
     }
 }
 


More information about the pypy-commit mailing list