[pypy-commit] pypy stacklet: Translation fix.

arigo noreply at buildbot.pypy.org
Mon Aug 8 17:08:45 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: stacklet
Changeset: r46370:a840b2762974
Date: 2011-08-08 15:04 +0000
http://bitbucket.org/pypy/pypy/changeset/a840b2762974/

Log:	Translation fix.

diff --git a/pypy/rlib/debug.py b/pypy/rlib/debug.py
--- a/pypy/rlib/debug.py
+++ b/pypy/rlib/debug.py
@@ -26,6 +26,7 @@
         llop.debug_print_traceback(lltype.Void)
     llop.debug_fatalerror(lltype.Void, msg)
 fatalerror._dont_inline_ = True
+fatalerror._annspecialcase_ = 'specialize:arg(1)'
 
 
 class DebugLog(list):


More information about the pypy-commit mailing list