aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2011-04-29 19:40:50 +0200
committerMike Pall <mike>2011-04-29 19:40:50 +0200
commitc77ca54564e63b7ac20a570eee84c57142d6960a (patch)
tree118392f8d4cd6ef783a7dd78f7894b8abe9309f5 /doc
parenteb7b452d5393993dc568683b05cbb7b3c4f4f5d0 (diff)
downloadluajit-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.html2
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&nbsp;functions.</li> 980<li>Calls to non-cdecl or vararg C&nbsp;functions.</li>
981<li>Calls to C&nbsp;functions with aggregates passed or returned by 981<li>Calls to C&nbsp;functions with aggregates passed or returned by
982value.</li> 982value.</li>
983<li>Calls to C&nbsp;functions with 64 bit arguments or return values
984on 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>