[pypy-svn] r73523 - pypy/branch/decouple-host-opcodes/pypy/translator/goal
fijal at codespeak.net
fijal at codespeak.net
Wed Apr 7 21:41:17 CEST 2010
Author: fijal
Date: Wed Apr 7 21:41:15 2010
New Revision: 73523
Modified:
pypy/branch/decouple-host-opcodes/pypy/translator/goal/targetpypystandalone.py
Log:
that belongs to previous commit
Modified: pypy/branch/decouple-host-opcodes/pypy/translator/goal/targetpypystandalone.py
==============================================================================
--- pypy/branch/decouple-host-opcodes/pypy/translator/goal/targetpypystandalone.py (original)
+++ pypy/branch/decouple-host-opcodes/pypy/translator/goal/targetpypystandalone.py Wed Apr 7 21:41:15 2010
@@ -241,7 +241,7 @@
def interface(self, ns):
for name in ['take_options', 'handle_config', 'print_help', 'target',
- 'jitpolicy',
+ 'jitpolicy', 'get_entry_point',
'get_additional_config_options']:
ns[name] = getattr(self, name)
More information about the Pypy-commit
mailing list