Author: Armin Rigo <[email protected]>
Branch: win64
Changeset: r1307:9c93e3a75495
Date: 2013-08-01 12:22 +0200
http://bitbucket.org/cffi/cffi/changeset/9c93e3a75495/

Log:    Backed out changeset a0bbd364d7a2

diff --git a/c/libffi_msvc/ffi.c b/c/libffi_msvc/ffi.c
--- a/c/libffi_msvc/ffi.c
+++ b/c/libffi_msvc/ffi.c
@@ -340,9 +340,6 @@
      result types except for floats; we have to 'mov xmm0, rax' in the
      caller to correct this.
   */
-  if ( cif->flags == FFI_TYPE_STRUCT ) {
-      resp = *(void **)resp;
-  }
   return *(void **)resp;
 #endif
 }
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to