diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_crecord.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lj_crecord.h b/src/lj_crecord.h index eb57cbb0..af98bde5 100644 --- a/src/lj_crecord.h +++ b/src/lj_crecord.h | |||
@@ -12,8 +12,12 @@ | |||
12 | 12 | ||
13 | #if LJ_HASJIT && LJ_HASFFI | 13 | #if LJ_HASJIT && LJ_HASFFI |
14 | LJ_FUNC void LJ_FASTCALL recff_cdata_index(jit_State *J, RecordFFData *rd); | 14 | LJ_FUNC void LJ_FASTCALL recff_cdata_index(jit_State *J, RecordFFData *rd); |
15 | LJ_FUNC void LJ_FASTCALL recff_cdata_call(jit_State *J, RecordFFData *rd); | ||
16 | LJ_FUNC void LJ_FASTCALL recff_ffi_new(jit_State *J, RecordFFData *rd); | ||
15 | #else | 17 | #else |
16 | #define recff_cdata_index recff_nyi | 18 | #define recff_cdata_index recff_nyi |
19 | #define recff_cdata_call recff_nyi | ||
20 | #define recff_ffi_new recff_nyi | ||
17 | #endif | 21 | #endif |
18 | 22 | ||
19 | #endif | 23 | #endif |