Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: jit-threshold-hooks
Changeset: r66357:3dcc97a308e2
Date: 2013-08-27 10:17 +0100
http://bitbucket.org/pypy/pypy/changeset/3dcc97a308e2/

Log:    fix types

diff --git a/pypy/module/pypyjit/interp_jit.py 
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit.py
+++ b/pypy/module/pypyjit/interp_jit.py
@@ -198,6 +198,6 @@
     flag = True
     if NonConstant(0):
         flag = False # annotation hack to annotate it as real bool
-    jitcell = _jitcell_at(w_code, 0)
+    jitcell = _jitcell_at(w_code, r_uint(0))
     jitcell.dont_trace_here = flag
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to