Author: David Schneider <[email protected]>
Branch: jitframe-on-heap
Changeset: r61457:4f99e4952fca
Date: 2013-02-19 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/4f99e4952fca/

Log:    fix for test_jump on ARM

diff --git a/rpython/jit/backend/arm/test/test_jump.py 
b/rpython/jit/backend/arm/test/test_jump.py
--- a/rpython/jit/backend/arm/test/test_jump.py
+++ b/rpython/jit/backend/arm/test/test_jump.py
@@ -6,7 +6,8 @@
 from rpython.jit.backend.arm.jump import remap_frame_layout, 
remap_frame_layout_mixed
 from rpython.jit.metainterp.history import INT
 
-frame_pos = ARMFrameManager.frame_pos
+fm = ARMFrameManager(0)
+frame_pos = fm.frame_pos
 
 class MockAssembler:
     def __init__(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to