[pypy-svn] r52013 - pypy/branch/jit-refactoring/pypy/jit/rainbow/test
cfbolz at codespeak.net
cfbolz at codespeak.net
Sat Mar 1 19:36:34 CET 2008
Author: cfbolz
Date: Sat Mar 1 19:36:33 2008
New Revision: 52013
Modified:
pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_serializegraph.py
Log:
this belonged to the last commit
Modified: pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_serializegraph.py
==============================================================================
--- pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_serializegraph.py (original)
+++ pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_serializegraph.py Sat Mar 1 19:36:33 2008
@@ -289,7 +289,7 @@
writer, jitcode = self.serialize(ll_function, [int])
assert jitcode.code == assemble(writer.interpreter,
- "green_direct_call", -1, 0, 1, 0,
+ "green_call", -1, 0, 1, 0,
"make_redbox", 1, 0,
"make_new_redvars", 1, 0,
"make_new_greenvars", 0,
More information about the pypy-svn
mailing list