Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r71046:3e0cdc451004
Date: 2014-04-28 19:02 +0200
http://bitbucket.org/pypy/pypy/changeset/3e0cdc451004/
Log: Add a dummy stmcb_commit_soon(). Fix me!
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
@@ -231,3 +231,5 @@
_pypy_stm_inev_state();
stm_become_globally_unique_transaction(&stm_thread_local, "for the JIT");
}
+
+void stmcb_commit_soon(void) { /*XXX FIXME*/ }
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit