Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r80342:8390117c7748 Date: 2015-10-20 08:13 +0200 http://bitbucket.org/pypy/pypy/changeset/8390117c7748/
Log: fix diff --git a/rpython/jit/backend/arm/test/test_runner.py b/rpython/jit/backend/arm/test/test_runner.py --- a/rpython/jit/backend/arm/test/test_runner.py +++ b/rpython/jit/backend/arm/test/test_runner.py @@ -27,14 +27,11 @@ # ====> ../../test/runner_test.py add_loop_instructions = 'ldr; adds; cmp; beq; b;$' - bridge_loop_instructions = ('ldr; mov; nop; cmp; bge; ' - 'push; mov; mov; push; mov; mov; ' - 'blx; mov; mov; bx;$') arch_version = detect_arch_version() if arch_version == 7: - bridge_loop_instructions = ('ldr; mov; nop; cmp; bge; ' - 'push; mov; mov; push; mov; mov; ' - 'blx; mov; mov; bx;$') + bridge_loop_instructions = ('ldr; movw; nop; cmp; bge; ' + 'push; movw; movt; push; movw; movt; ' + 'blx; movw; movt; bx;$') else: bridge_loop_instructions = ('ldr; mov; nop; nop; nop; cmp; bge; ' 'push; ldr; mov; ' _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit