[pypy-commit] pypy default: 64-bit compat.

arigo noreply at buildbot.pypy.org
Mon Apr 2 09:45:00 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r54138:4b68bb8c88de
Date: 2012-04-02 09:44 +0200
http://bitbucket.org/pypy/pypy/changeset/4b68bb8c88de/

Log:	64-bit compat.

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
@@ -214,7 +214,7 @@
         loops = log.loops_by_filename(self.filepath)
         loop, = loops
         loop.match_by_id('callone', '''
-            p114 = call(ConstClass(ll_lower__rpy_stringPtr), p113, descr=<Callr 4 r EF=3>)
+            p114 = call(ConstClass(ll_lower__rpy_stringPtr), p113, descr=<Callr . r EF=3>)
             guard_no_exception(descr=...)
             ''')
         loop.match_by_id('calltwo', '')    # nothing


More information about the pypy-commit mailing list