[pypy-commit] pypy stmgc-c7: fix
arigo
noreply at buildbot.pypy.org
Wed Nov 19 01:01:36 CET 2014
Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r74583:c9e013e285d1
Date: 2014-11-19 01:01 +0100
http://bitbucket.org/pypy/pypy/changeset/c9e013e285d1/
Log: fix
diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py
--- a/rpython/rlib/rstm.py
+++ b/rpython/rlib/rstm.py
@@ -157,6 +157,7 @@
def pop_marker():
llop.stm_pop_marker(lltype.Void)
+ at dont_look_inside
def stm_count():
return llop.stm_count(lltype.Signed)
More information about the pypy-commit
mailing list