Author: Armin Rigo <[email protected]>
Branch:
Changeset: r91506:e2ba7d32b791
Date: 2017-06-04 10:27 +0200
http://bitbucket.org/pypy/pypy/changeset/e2ba7d32b791/
Log: Fix test on 32-bit
diff --git a/rpython/jit/backend/x86/test/test_runner.py
b/rpython/jit/backend/x86/test/test_runner.py
--- a/rpython/jit/backend/x86/test/test_runner.py
+++ b/rpython/jit/backend/x86/test/test_runner.py
@@ -33,7 +33,7 @@
add_loop_instructions = ('mov; '
'lea; ' # a nop, for the label
'add; test; je; jmp;') # plus some padding
- bridge_loop_instructions = 'cmp; jge; mov; mov; call; jmp;'
+ bridge_loop_instructions = 'cmp; jl; jmp;'
else:
add_loop_instructions = ('mov; '
'nop; ' # for the label
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit