Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r67379:28869df61bb8
Date: 2013-10-15 07:28 +0200
http://bitbucket.org/pypy/pypy/changeset/28869df61bb8/

Log:    Account for 32 vs 64 bit

diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py 
b/pypy/module/pypyjit/test_pypy_c/test_string.py
--- a/pypy/module/pypyjit/test_pypy_c/test_string.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_string.py
@@ -243,7 +243,7 @@
         i50 = int_add(i47, 1)
         setfield_gc(p15, i50, descr=<FieldS 
pypy.module.__builtin__.functional.W_XRangeIterator.inst_current 8>)
         guard_not_invalidated(descr=...)
-        p52 = 
call(ConstClass(str_decode_ascii__raise_unicode_exception_decode), 
ConstPtr(ptr38), 3, 1, descr=<Callr 8 rii EF=4>)
+        p52 = 
call(ConstClass(str_decode_ascii__raise_unicode_exception_decode), 
ConstPtr(ptr38), 3, 1, descr=<Callr . rii EF=4>)
         guard_no_exception(descr=...)
         p53 = getfield_gc_pure(p52, descr=<FieldP tuple2.item0 8>)
         guard_nonnull(p53, descr=...)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to