diff options
author | Mike Pall <mike> | 2011-04-29 19:40:50 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-04-29 19:40:50 +0200 |
commit | c77ca54564e63b7ac20a570eee84c57142d6960a (patch) | |
tree | 118392f8d4cd6ef783a7dd78f7894b8abe9309f5 /doc | |
parent | eb7b452d5393993dc568683b05cbb7b3c4f4f5d0 (diff) | |
download | luajit-c77ca54564e63b7ac20a570eee84c57142d6960a.tar.gz luajit-c77ca54564e63b7ac20a570eee84c57142d6960a.tar.bz2 luajit-c77ca54564e63b7ac20a570eee84c57142d6960a.zip |
FFI: Compile C function calls with 64 bit args/results in 32 bit mode.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_ffi_semantics.html | 2 |
1 files changed, 0 insertions, 2 deletions
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.</li> | |||
980 | <li>Calls to non-cdecl or vararg C functions.</li> | 980 | <li>Calls to non-cdecl or vararg C functions.</li> |
981 | <li>Calls to C functions with aggregates passed or returned by | 981 | <li>Calls to C functions with aggregates passed or returned by |
982 | value.</li> | 982 | value.</li> |
983 | <li>Calls to C functions with 64 bit arguments or return values | ||
984 | on 32 bit CPUs.</li> | ||
985 | <li>Calls to ctype metamethods which are not plain functions.</li> | 983 | <li>Calls to ctype metamethods which are not plain functions.</li> |
986 | <li>ctype <tt>__newindex</tt> tables and non-string lookups in ctype | 984 | <li>ctype <tt>__newindex</tt> tables and non-string lookups in ctype |
987 | <tt>__index</tt> tables.</li> | 985 | <tt>__index</tt> tables.</li> |