diff options
Diffstat (limited to 'src/lj_snap.h')
-rw-r--r-- | src/lj_snap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_snap.h b/src/lj_snap.h index e4c11a8c..031b0ac3 100644 --- a/src/lj_snap.h +++ b/src/lj_snap.h | |||
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | #if LJ_HASJIT | 12 | #if LJ_HASJIT |
13 | LJ_FUNC void lj_snap_add(jit_State *J); | 13 | LJ_FUNC void lj_snap_add(jit_State *J); |
14 | LJ_FUNC void lj_snap_purge(jit_State *J); | ||
14 | LJ_FUNC void lj_snap_shrink(jit_State *J); | 15 | LJ_FUNC void lj_snap_shrink(jit_State *J); |
15 | LJ_FUNC void lj_snap_regspmap(uint16_t *rsmap, GCtrace *T, SnapNo snapno); | 16 | LJ_FUNC void lj_snap_regspmap(uint16_t *rsmap, GCtrace *T, SnapNo snapno); |
16 | LJ_FUNC const BCIns *lj_snap_restore(jit_State *J, void *exptr); | 17 | LJ_FUNC const BCIns *lj_snap_restore(jit_State *J, void *exptr); |