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 3941dad9..ba624dad 100644
--- a/src/lj_vm.h
+++ b/src/lj_vm.h
@@ -71,6 +71,7 @@ LJ_ASMF double lj_vm_exp2(double);
71#define lj_vm_exp2 exp2 71#define lj_vm_exp2 exp2
72#endif 72#endif
73#endif 73#endif
74LJ_ASMF int32_t LJ_FASTCALL lj_vm_modi(int32_t, int32_t);
74#endif 75#endif
75 76
76/* Continuations for metamethods. */ 77/* Continuations for metamethods. */