Author: Armin Rigo <[email protected]>
Branch: emit-call-x86
Changeset: r64353:6b712fc72723
Date: 2013-05-19 22:20 +0200
http://bitbucket.org/pypy/pypy/changeset/6b712fc72723/

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
@@ -27,7 +27,7 @@
 
     # this can be set to guide more complex calls: gives the detailed
     # type of the arguments
-    argtypes = []
+    argtypes = ""
     ressign = False
 
     # this is the calling convention (can be FFI_STDCALL on Windows)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to