Author: Armin Rigo <[email protected]>
Branch: shadowstack-perf
Changeset: r45275:e1cb1542e148
Date: 2011-07-02 18:34 +0200
http://bitbucket.org/pypy/pypy/changeset/e1cb1542e148/

Log:    Fix.

diff --git a/pypy/rpython/memory/gctransform/shadowstack.py 
b/pypy/rpython/memory/gctransform/shadowstack.py
--- a/pypy/rpython/memory/gctransform/shadowstack.py
+++ b/pypy/rpython/memory/gctransform/shadowstack.py
@@ -9,6 +9,7 @@
 from pypy.translator.unsimplify import copyvar
 from pypy.objspace.flow.model import Block, Link, Constant
 from pypy.objspace.flow.model import checkgraph, mkentrymap
+from pypy.annotation import model as annmodel
 
 
 class ShadowStackRootWalker(BaseRootWalker):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to