Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r1095:a631a7415a3d Date: 2014-03-25 14:16 +0100 http://bitbucket.org/pypy/stmgc/changeset/a631a7415a3d/
Log: Fix? diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c --- a/c7/stm/forksupport.c +++ b/c7/stm/forksupport.c @@ -190,6 +190,8 @@ #ifndef NDEBUG pr->running_pthread = pthread_self(); #endif + pr->pub.running_thread->shadowstack = ( + pr->shadowstack_at_start_of_transaction); stm_abort_transaction(); } } _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit