[pypy-svn] r16086 - pypy/dist/pypy/translator/llvm2/module

ericvrp at codespeak.net ericvrp at codespeak.net
Mon Aug 15 22:02:09 CEST 2005


Author: ericvrp
Date: Mon Aug 15 22:02:09 2005
New Revision: 16086

Modified:
   pypy/dist/pypy/translator/llvm2/module/ll_os.py
Log:
os.fstat passes too now. compiling entry_point.ll. to see where we are now....


Modified: pypy/dist/pypy/translator/llvm2/module/ll_os.py
==============================================================================
--- pypy/dist/pypy/translator/llvm2/module/ll_os.py	(original)
+++ pypy/dist/pypy/translator/llvm2/module/ll_os.py	Mon Aug 15 22:02:09 2005
@@ -214,7 +214,7 @@
 }
 """)
 
-extfunctions["%ll_os_fstat"] = (("%__debug",), """
+extfunctions["%ll_os_fstat"] = (("%__debug", "%_stat_construct_result_helper"), """
 internal fastcc %structtype.tuple10* %ll_os_fstat(int %fd) {
 
     call fastcc void %__debug([12 x sbyte]* %__ll_os_fstat) ; XXX: Test: ll_os_fstat



More information about the Pypy-commit mailing list