[pypy-commit] stmgc default: Fix message

arigo noreply at buildbot.pypy.org
Thu Sep 26 13:51:18 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r533:ad70e2445849
Date: 2013-09-26 13:51 +0200
http://bitbucket.org/pypy/stmgc/changeset/ad70e2445849/

Log:	Fix message

diff --git a/c4/stmsync.c b/c4/stmsync.c
--- a/c4/stmsync.c
+++ b/c4/stmsync.c
@@ -238,7 +238,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