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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lj_vm.h b/src/lj_vm.h
index a69d699f..17b62d85 100644
--- a/src/lj_vm.h
+++ b/src/lj_vm.h
@@ -105,8 +105,6 @@ LJ_ASMF void lj_cont_condf(void); /* Branch if result is false. */
105LJ_ASMF void lj_cont_hook(void); /* Continue from hook yield. */ 105LJ_ASMF void lj_cont_hook(void); /* Continue from hook yield. */
106LJ_ASMF void lj_cont_stitch(void); /* Trace stitching. */ 106LJ_ASMF void lj_cont_stitch(void); /* Trace stitching. */
107 107
108enum { LJ_CONT_TAILCALL, LJ_CONT_FFI_CALLBACK }; /* Special continuations. */
109
110/* Start of the ASM code. */ 108/* Start of the ASM code. */
111LJ_ASMF char lj_vm_asm_begin[]; 109LJ_ASMF char lj_vm_asm_begin[];
112 110