[pypy-svn] r41335 - pypy/dist/pypy/jit/tl
xoraxax at codespeak.net
xoraxax at codespeak.net
Mon Mar 26 13:15:40 CEST 2007
Author: xoraxax
Date: Mon Mar 26 13:15:35 2007
New Revision: 41335
Modified:
pypy/dist/pypy/jit/tl/targettiny1.py
Log:
Fix the portal in targettiny1.
Modified: pypy/dist/pypy/jit/tl/targettiny1.py
==============================================================================
--- pypy/dist/pypy/jit/tl/targettiny1.py (original)
+++ pypy/dist/pypy/jit/tl/targettiny1.py Mon Mar 26 13:15:35 2007
@@ -26,4 +26,4 @@
oopspec = True
def portal(driver):
- return tiny2.interpret, MyHintAnnotatorPolicy()
+ return tiny1.ll_plus_minus, MyHintAnnotatorPolicy()
More information about the Pypy-commit
mailing list