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 ed375747..3e4ea45c 100644
--- a/src/lj_vm.h
+++ b/src/lj_vm.h
@@ -54,6 +54,7 @@ LJ_ASMF void lj_cont_ra(void); /* Store result in RA from instruction. */
54LJ_ASMF void lj_cont_nop(void); /* Do nothing, just continue execution. */ 54LJ_ASMF void lj_cont_nop(void); /* Do nothing, just continue execution. */
55LJ_ASMF void lj_cont_condt(void); /* Branch if result is true. */ 55LJ_ASMF void lj_cont_condt(void); /* Branch if result is true. */
56LJ_ASMF void lj_cont_condf(void); /* Branch if result is false. */ 56LJ_ASMF void lj_cont_condf(void); /* Branch if result is false. */
57LJ_ASMF void lj_cont_hook(void); /* Continue from hook yield. */
57 58
58/* Start of the ASM code. */ 59/* Start of the ASM code. */
59LJ_ASMF char lj_vm_asm_begin[]; 60LJ_ASMF char lj_vm_asm_begin[];