LJ_GC64: Return true for ffi.abi("gc64").

This commit is contained in:
Mike Pall
2015-01-07 21:14:43 +01:00
parent 33f0c24f06
commit 962d2aaa9f
2 changed files with 5 additions and 0 deletions

View File

@@ -468,6 +468,8 @@ otherwise. The following parameters are currently defined:
<td class="abiparam">eabi</td><td class="abidesc">EABI variant of the standard ABI</td></tr>
<tr class="odd">
<td class="abiparam">win</td><td class="abidesc">Windows variant of the standard ABI</td></tr>
<tr class="even">
<td class="abiparam">gc64</td><td class="abidesc">64 bit GC references</td></tr>
</table>
<h3 id="ffi_os"><tt>ffi.os</tt></h3>