[pypy-commit] pypy default: Translation fix.

arigo noreply at buildbot.pypy.org
Sun Sep 11 16:03:07 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r47205:8626ee8b9c1e
Date: 2011-09-11 16:02 +0200
http://bitbucket.org/pypy/pypy/changeset/8626ee8b9c1e/

Log:	Translation fix.

diff --git a/pypy/rlib/_jit_vref.py b/pypy/rlib/_jit_vref.py
--- a/pypy/rlib/_jit_vref.py
+++ b/pypy/rlib/_jit_vref.py
@@ -46,6 +46,7 @@
     def specialize_call(self, hop):
         r_generic_object = getinstancerepr(hop.rtyper, None)
         [v] = hop.inputargs(r_generic_object)   # might generate a cast_pointer
+        hop.exception_cannot_occur()
         return v
 
     def rtype_simple_call(self, hop):


More information about the pypy-commit mailing list