some #include restructuring

This commit is contained in:
hyunghwan.chung
2019-11-15 09:39:12 +00:00
parent b48ef95e44
commit 925f70fea6
14 changed files with 24 additions and 27 deletions

View File

@ -5471,7 +5471,8 @@ static int __execute (moo_t* moo)
#if defined(HAVE_LABELS_AS_VALUES)
static void* inst_table[256] =
{
#include "moo-bct.h"
/* import bytecode label addresses */
#include "bct-lab.h"
};
# define BEGIN_DISPATCH_LOOP() __begin_inst_dispatch: