aboutsummaryrefslogtreecommitdiff
path: root/src/lj_bc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_bc.c')
-rw-r--r--src/lj_bc.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lj_bc.c b/src/lj_bc.c
index 58e97b30..2519807c 100644
--- a/src/lj_bc.c
+++ b/src/lj_bc.c
@@ -9,11 +9,6 @@
9#include "lj_obj.h" 9#include "lj_obj.h"
10#include "lj_bc.h" 10#include "lj_bc.h"
11 11
12/* Bytecode instruction modes. */ 12/* Bytecode offsets and bytecode instruction modes. */
13LJ_DATADEF const uint16_t lj_bc_mode[BC__MAX+1] = {
14BCDEF(BCMODE)
15 0
16};
17
18#include "lj_bcdef.h" 13#include "lj_bcdef.h"
19 14