aboutsummaryrefslogtreecommitdiff
path: root/src/lib_ffi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib_ffi.c')
-rw-r--r--src/lib_ffi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib_ffi.c b/src/lib_ffi.c
index f46b22e5..7b83ef25 100644
--- a/src/lib_ffi.c
+++ b/src/lib_ffi.c
@@ -759,6 +759,9 @@ LJLIB_CF(ffi_abi) LJLIB_REC(.)
759#if LJ_GC64 759#if LJ_GC64
760 "\004gc64" 760 "\004gc64"
761#endif 761#endif
762#if LJ_DUALNUM
763 "\007dualnum"
764#endif
762 ) >= 0; 765 ) >= 0;
763 setboolV(L->top-1, b); 766 setboolV(L->top-1, b);
764 setboolV(&G(L)->tmptv2, b); /* Remember for trace recorder. */ 767 setboolV(&G(L)->tmptv2, b); /* Remember for trace recorder. */