Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r61138:ad46b2046728
Date: 2013-02-12 17:38 +0200
http://bitbucket.org/pypy/pypy/changeset/ad46b2046728/

Log:    er, I'm a moron

diff --git a/rpython/jit/backend/llsupport/jitframe.py 
b/rpython/jit/backend/llsupport/jitframe.py
--- a/rpython/jit/backend/llsupport/jitframe.py
+++ b/rpython/jit/backend/llsupport/jitframe.py
@@ -5,7 +5,7 @@
 from rpython.rlib.objectmodel import enforceargs
 
 SIZEOFSIGNED = rffi.sizeof(lltype.Signed)
-IS_32BIT = (SIZEOFSIGNED == 2 ** 31 - 1)
+IS_32BIT = (SIZEOFSIGNED == 4)
 
 # this is an info that only depends on the assembler executed, copied from
 # compiled loop token (in fact we could use this as a compiled loop token
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to