Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60866:a57462c3eb97
Date: 2013-02-04 12:41 +0200
http://bitbucket.org/pypy/pypy/changeset/a57462c3eb97/

Log:    one more rpython fix

diff --git a/rpython/jit/backend/model.py b/rpython/jit/backend/model.py
--- a/rpython/jit/backend/model.py
+++ b/rpython/jit/backend/model.py
@@ -319,6 +319,7 @@
                                                      new_fi.jfi_frame_depth)
                 new_loop_tokens.append(ref)
         oldlooptoken.frame_info.set_frame_depth(baseofs, 
new_fi.jfi_frame_depth)
+        assert oldlooptoken is not None
         new_loop_tokens.append(weakref.ref(oldlooptoken))
         self.looptokens_redirected_to = new_loop_tokens
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to