Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60553:1079691f3cf0
Date: 2013-01-27 23:04 +0200
http://bitbucket.org/pypy/pypy/changeset/1079691f3cf0/
Log: give up
diff --git a/rpython/jit/backend/x86/test/test_zrpy_gc.py
b/rpython/jit/backend/x86/test/test_zrpy_gc.py
--- a/rpython/jit/backend/x86/test/test_zrpy_gc.py
+++ b/rpython/jit/backend/x86/test/test_zrpy_gc.py
@@ -793,7 +793,7 @@
def define_compile_framework_call_assembler(self):
S = lltype.GcForwardReference()
S.become(lltype.GcStruct('S', ('s', lltype.Ptr(S))))
- driver = JitDriver(greens = [], reds = ['x', 'x0', 'x2'])
+ driver = JitDriver(greens = [], reds = 'auto')
def f(n, x, x0, x1, x2, x3, x4, x5, x6, x7, l, s0):
driver.jit_merge_point(x=x, x0=x0, x2=x2)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit