Author: Armin Rigo <[email protected]>
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*));
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to