aboutsummaryrefslogtreecommitdiff
path: root/src/lj_vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_vm.h')
-rw-r--r--src/lj_vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_vm.h b/src/lj_vm.h
index 46312bb8..f6ae498f 100644
--- a/src/lj_vm.h
+++ b/src/lj_vm.h
@@ -30,6 +30,7 @@ LJ_ASMF double lj_vm_foldfpm(double x, int op);
30/* Dispatch targets for recording and hooks. */ 30/* Dispatch targets for recording and hooks. */
31LJ_ASMF void lj_vm_record(void); 31LJ_ASMF void lj_vm_record(void);
32LJ_ASMF void lj_vm_hook(void); 32LJ_ASMF void lj_vm_hook(void);
33LJ_ASMF void lj_vm_callhook(void);
33 34
34/* Trace exit handling. */ 35/* Trace exit handling. */
35LJ_ASMF void lj_vm_exit_handler(void); 36LJ_ASMF void lj_vm_exit_handler(void);