Author: Hakan Ardo <[email protected]>
Branch: jit-targets
Changeset: r50162:16988785671d
Date: 2011-12-05 08:20 +0100
http://bitbucket.org/pypy/pypy/changeset/16988785671d/
Log: fix test
diff --git a/pypy/jit/backend/x86/test/test_regalloc.py
b/pypy/jit/backend/x86/test/test_regalloc.py
--- a/pypy/jit/backend/x86/test/test_regalloc.py
+++ b/pypy/jit/backend/x86/test/test_regalloc.py
@@ -157,7 +157,7 @@
loop = self.parse(ops)
regalloc = RegAlloc(self.cpu.assembler, False)
regalloc.prepare_loop(loop.inputargs, loop.operations,
- loop.token, [])
+ loop.original_jitcell_token, [])
return regalloc
def getint(self, index):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit