aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-07 21:14:43 +0100
committerMike Pall <mike>2015-01-07 21:14:43 +0100
commit962d2aaa9f0bfe3d2b374b23e6916e992975e2e7 (patch)
tree3ffe4aa7fc49711a0bb88f2f6531ea780985ad72 /doc
parent33f0c24f06d38ea618429c2ea2f7a849e8d7439c (diff)
downloadluajit-962d2aaa9f0bfe3d2b374b23e6916e992975e2e7.tar.gz
luajit-962d2aaa9f0bfe3d2b374b23e6916e992975e2e7.tar.bz2
luajit-962d2aaa9f0bfe3d2b374b23e6916e992975e2e7.zip
LJ_GC64: Return true for ffi.abi("gc64").
Diffstat (limited to 'doc')
-rw-r--r--doc/ext_ffi_api.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html
index 4289c190..8cf48dc3 100644
--- a/doc/ext_ffi_api.html
+++ b/doc/ext_ffi_api.html
@@ -468,6 +468,8 @@ otherwise. The following parameters are currently defined:
468<td class="abiparam">eabi</td><td class="abidesc">EABI variant of the standard ABI</td></tr> 468<td class="abiparam">eabi</td><td class="abidesc">EABI variant of the standard ABI</td></tr>
469<tr class="odd"> 469<tr class="odd">
470<td class="abiparam">win</td><td class="abidesc">Windows variant of the standard ABI</td></tr> 470<td class="abiparam">win</td><td class="abidesc">Windows variant of the standard ABI</td></tr>
471<tr class="even">
472<td class="abiparam">gc64</td><td class="abidesc">64 bit GC references</td></tr>
471</table> 473</table>
472 474
473<h3 id="ffi_os"><tt>ffi.os</tt></h3> 475<h3 id="ffi_os"><tt>ffi.os</tt></h3>