[pypy-commit] pypy jitframe-on-heap: fix the annotation

fijal noreply at buildbot.pypy.org
Tue Mar 5 16:44:35 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jitframe-on-heap
Changeset: r62094:e92223a62bde
Date: 2013-03-05 17:44 +0200
http://bitbucket.org/pypy/pypy/changeset/e92223a62bde/

Log:	fix the annotation

diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py
--- a/rpython/jit/backend/llsupport/llmodel.py
+++ b/rpython/jit/backend/llsupport/llmodel.py
@@ -105,6 +105,7 @@
 
         def realloc_frame_crash(frame, size):
             print "frame", frame, "size", size
+            return lltype.nullptr(llmemory.GCREF.TO)
 
         if not translate_support_code:
             fptr = llhelper(FUNC_TP, realloc_frame)


More information about the pypy-commit mailing list