Author: Armin Rigo <[email protected]>
Branch: emit-call-x86
Changeset: r64354:e9deb3c80b86
Date: 2013-05-19 23:02 +0200
http://bitbucket.org/pypy/pypy/changeset/e9deb3c80b86/
Log: translation fix
diff --git a/rpython/jit/backend/x86/callbuilder.py
b/rpython/jit/backend/x86/callbuilder.py
--- a/rpython/jit/backend/x86/callbuilder.py
+++ b/rpython/jit/backend/x86/callbuilder.py
@@ -189,7 +189,7 @@
# (PASS_ON_MY_FRAME-JIT_USE_WORDS+1) words
delta = PASS_ON_MY_FRAME - asmgcroot.JIT_USE_WORDS + 1
self.change_extra_stack_depth = True
- self.set_extra_stack_depth(self.mc, -delta * WORD)
+ self.asm.set_extra_stack_depth(self.mc, -delta * WORD)
# Call the closestack() function (also releasing the GIL)
# with 'reg' as argument
if IS_X86_32:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit