Author: Antonio Cuni <[email protected]>
Branch: virtual-raw-mallocs
Changeset: r59914:f7bd1d7587e5
Date: 2013-01-10 11:00 +0100
http://bitbucket.org/pypy/pypy/changeset/f7bd1d7587e5/
Log: fix
diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspot.py
--- a/pypy/jit/metainterp/warmspot.py
+++ b/pypy/jit/metainterp/warmspot.py
@@ -1111,7 +1111,7 @@
for graph, block, i in find_force_quasi_immutable(graphs):
self.replace_force_quasiimmut_with_direct_call(block.operations[i])
-def hook_for_tests():
+def hook_for_tests(cpu):
"""
This function is empty and does nothing. Its only role is to be
monkey-patched by tests to "fix" the annotator if needed (see
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit