Author: Antonio Cuni <[email protected]>
Branch: ffistruct
Changeset: r55108:2088dfbea64c
Date: 2012-05-15 17:00 +0200
http://bitbucket.org/pypy/pypy/changeset/2088dfbea64c/

Log:    move this comment to the proper place

diff --git a/pypy/module/_ffi/interp_funcptr.py 
b/pypy/module/_ffi/interp_funcptr.py
--- a/pypy/module/_ffi/interp_funcptr.py
+++ b/pypy/module/_ffi/interp_funcptr.py
@@ -125,6 +125,7 @@
         self.argchain.arg(singlefloatval)
 
     def handle_struct(self, w_ffitype, w_structinstance):
+        # arg_raw directly takes value to put inside ll_args
         ptrval = w_structinstance.rawmem
         self.argchain.arg_raw(ptrval)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to