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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lj_vm.h b/src/lj_vm.h
index bfa7e0fd..c66db004 100644
--- a/src/lj_vm.h
+++ b/src/lj_vm.h
@@ -98,9 +98,6 @@ LJ_ASMF int lj_vm_errno(void);
98LJ_ASMF TValue *lj_vm_next(GCtab *t, uint32_t idx); 98LJ_ASMF TValue *lj_vm_next(GCtab *t, uint32_t idx);
99#endif 99#endif
100 100
101LJ_ASMF double lj_vm_powi(double, int32_t);
102LJ_ASMF double lj_vm_pow(double, double);
103
104/* Continuations for metamethods. */ 101/* Continuations for metamethods. */
105LJ_ASMF void lj_cont_cat(void); /* Continue with concatenation. */ 102LJ_ASMF void lj_cont_cat(void); /* Continue with concatenation. */
106LJ_ASMF void lj_cont_ra(void); /* Store result in RA from instruction. */ 103LJ_ASMF void lj_cont_ra(void); /* Store result in RA from instruction. */