[pypy-commit] pypy default: this is not valid RPython

fijal noreply at buildbot.pypy.org
Thu Feb 21 17:33:57 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r61553:800659282a1a
Date: 2013-02-21 18:32 +0200
http://bitbucket.org/pypy/pypy/changeset/800659282a1a/

Log:	this is not valid RPython

diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl.py
+++ b/rpython/jit/metainterp/pyjitpl.py
@@ -1082,7 +1082,7 @@
     def opimpl_debug_fatalerror(self, box):
         from rpython.rtyper.lltypesystem import rstr, lloperation
         msg = box.getref(lltype.Ptr(rstr.STR))
-        lloperation.llop.debug_fatalerror(msg)
+        lloperation.llop.debug_fatalerror(lltype.Void, msg)
 
     @arguments("box", "box", "box", "box", "box")
     def opimpl_jit_debug(self, stringbox, arg1box, arg2box, arg3box, arg4box):


More information about the pypy-commit mailing list