Author: Armin Rigo <ar...@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");
     }
 }
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to