[pypy-svn] r24896 - pypy/branch/explicit-exceptions/translator/backendopt

pedronis at codespeak.net pedronis at codespeak.net
Thu Mar 23 18:18:22 CET 2006


Author: pedronis
Date: Thu Mar 23 18:18:21 2006
New Revision: 24896

Modified:
   pypy/branch/explicit-exceptions/translator/backendopt/inline.py
Log:
bad move



Modified: pypy/branch/explicit-exceptions/translator/backendopt/inline.py
==============================================================================
--- pypy/branch/explicit-exceptions/translator/backendopt/inline.py	(original)
+++ pypy/branch/explicit-exceptions/translator/backendopt/inline.py	Thu Mar 23 18:18:21 2006
@@ -215,6 +215,7 @@
         newlink.last_exc_value = self.get_new_name(link.last_exc_value)
         if hasattr(link, 'llexitcase'):
             newlink.llexitcase = link.llexitcase
+        return newlink
         
     def generate_keepalive(self, vars):
         keepalive_ops = []



More information about the Pypy-commit mailing list