Author: Armin Rigo <ar...@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):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to