Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: fast-slowpath
Changeset: r65701:07542962faa0
Date: 2013-07-26 11:11 +0200
http://bitbucket.org/pypy/pypy/changeset/07542962faa0/

Log:    fix test_llinterp

diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
+++ b/rpython/rtyper/llinterp.py
@@ -554,6 +554,9 @@
     def op_jit_record_known_class(self, *args):
         pass
 
+    def op_jit_conditional_call(self, *args):
+        raise NotImplementedError("should not be called while not jitted")
+
     def op_get_exception_addr(self, *args):
         raise NotImplementedError
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to