Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r1164:876e03efa95e
Date: 2014-04-18 12:08 +0200
http://bitbucket.org/pypy/stmgc/changeset/876e03efa95e/

Log:    Fix for release-demo2

diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c
--- a/c7/demo/demo2.c
+++ b/c7/demo/demo2.c
@@ -203,7 +203,7 @@
     }
 
     STM_POP_ROOT(stm_thread_local, global_chained_list);
-    assert(org == (char *)stm_thread_local.shadowstack);
+    OPT_ASSERT(org == (char *)stm_thread_local.shadowstack);
 
     unregister_thread_local();
     status = sem_post(&done); assert(status == 0);
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to