Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60325:79796536c3ff
Date: 2013-01-22 00:04 +0200
http://bitbucket.org/pypy/pypy/changeset/79796536c3ff/

Log:    fix

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
@@ -31,7 +31,7 @@
     # ====> ../../test/runner_test.py
 
     add_loop_instructions = ['mov', 'add', 'test', 'je', 'jmp']
-    bridge_loop_instructions = ['cmp', 'jge', 'mov', 'push', 'mov', 'call',
+    bridge_loop_instructions = ['cmp', 'jge', 'mov', 'mov', 'mov', 'call',
                                 'mov', 'jmp']
 
     def setup_method(self, meth):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to