FFI: Record ffi.abi().

This commit is contained in:
Mike Pall
2011-02-08 00:09:33 +01:00
parent 7a37b93f1b
commit c39ca7c35b
5 changed files with 21 additions and 4 deletions

View File

@@ -112,7 +112,8 @@ typedef enum {
typedef enum {
LJ_POST_NONE, /* No action. */
LJ_POST_FIXCOMP, /* Fixup comparison and emit pending guard. */
LJ_POST_FIXGUARD /* Fixup and emit pending guard. */
LJ_POST_FIXGUARD, /* Fixup and emit pending guard. */
LJ_POST_FIXBOOL /* Fixup boolean result. */
} PostProc;
/* Machine code type. */