diff options
author | Mike Pall <mike> | 2011-10-27 01:52:37 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-10-27 01:57:30 +0200 |
commit | 2dc574d06bc6e828109a3bffa975592f9417434c (patch) | |
tree | 1239baece908e2390eb378e6d7d8063825926f9b /doc/ext_ffi_semantics.html | |
parent | 1d190c99a2547b44deb8f5e483452d9f51925fb2 (diff) | |
download | luajit-2dc574d06bc6e828109a3bffa975592f9417434c.tar.gz luajit-2dc574d06bc6e828109a3bffa975592f9417434c.tar.bz2 luajit-2dc574d06bc6e828109a3bffa975592f9417434c.zip |
FFI: Compile calls to stdcall, fastcall and vararg functions.
Diffstat (limited to 'doc/ext_ffi_semantics.html')
-rw-r--r-- | doc/ext_ffi_semantics.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 9016a8a6..b8c839c2 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -985,7 +985,6 @@ alignment > 8 bytes.</li> | |||
985 | <li>Conversions from lightuserdata to <tt>void *</tt>.</li> | 985 | <li>Conversions from lightuserdata to <tt>void *</tt>.</li> |
986 | <li>Pointer differences for element sizes that are not a power of | 986 | <li>Pointer differences for element sizes that are not a power of |
987 | two.</li> | 987 | two.</li> |
988 | <li>Calls to non-cdecl or vararg C functions.</li> | ||
989 | <li>Calls to C functions with aggregates passed or returned by | 988 | <li>Calls to C functions with aggregates passed or returned by |
990 | value.</li> | 989 | value.</li> |
991 | <li>Calls to ctype metamethods which are not plain functions.</li> | 990 | <li>Calls to ctype metamethods which are not plain functions.</li> |