[pypy-commit] pypy stmgc-c7: oups

arigo noreply at buildbot.pypy.org
Mon Mar 24 15:19:26 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r70253:ccb9cec89b0d
Date: 2014-03-24 15:18 +0100
http://bitbucket.org/pypy/pypy/changeset/ccb9cec89b0d/

Log:	oups

diff --git a/rpython/translator/stm/src_stm/stmgcintf.c b/rpython/translator/stm/src_stm/stmgcintf.c
--- a/rpython/translator/stm/src_stm/stmgcintf.c
+++ b/rpython/translator/stm/src_stm/stmgcintf.c
@@ -7,6 +7,7 @@
 /* 0 = not initialized; 1 = normal mode; 2 or more = atomic mode */
 __thread long pypy_stm_ready_atomic;
 __thread uintptr_t pypy_stm_nursery_low_fill_mark;
+__thread uintptr_t pypy_stm_nursery_low_fill_mark_saved;
 
 extern Signed pypy_stmcb_size_rounded_up(void*);
 extern void pypy_stmcb_trace(void*, void(*)(void*));


More information about the pypy-commit mailing list