From c77ca54564e63b7ac20a570eee84c57142d6960a Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 29 Apr 2011 19:40:50 +0200 Subject: FFI: Compile C function calls with 64 bit args/results in 32 bit mode. --- doc/ext_ffi_semantics.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/ext_ffi_semantics.html') diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index d9aa27c8..b612dbc5 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -980,8 +980,6 @@ two.
  • Calls to non-cdecl or vararg C functions.
  • Calls to C functions with aggregates passed or returned by value.
  • -
  • Calls to C functions with 64 bit arguments or return values -on 32 bit CPUs.
  • Calls to ctype metamethods which are not plain functions.
  • ctype __newindex tables and non-string lookups in ctype __index tables.
  • -- cgit v1.2.3-55-g6feb