[pypy-svn] r53111 - pypy/branch/jit-hotpath/pypy/jit/timeshifter
cfbolz at codespeak.net
cfbolz at codespeak.net
Sat Mar 29 21:25:14 CET 2008
Author: cfbolz
Date: Sat Mar 29 21:25:14 2008
New Revision: 53111
Modified:
pypy/branch/jit-hotpath/pypy/jit/timeshifter/exception.py
Log:
another loose end
Modified: pypy/branch/jit-hotpath/pypy/jit/timeshifter/exception.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/timeshifter/exception.py (original)
+++ pypy/branch/jit-hotpath/pypy/jit/timeshifter/exception.py Sat Mar 29 21:25:14 2008
@@ -101,4 +101,4 @@
def gen_exc_occurred(self, builder):
gv_etype = self.genop_get_exc_type(builder)
- return builder.genop_oononnull(self.exc_type_kind, gv_etype)
+ return builder.genop_oononnull(gv_etype)
More information about the Pypy-commit
mailing list