- split JitCompiler into multiple files

This commit is contained in:
Magnus Norddahl 2018-09-13 02:29:04 +02:00
commit ef170883ef
13 changed files with 3608 additions and 3708 deletions

View file

@ -42,7 +42,7 @@ static int Exec(VMFrameStack *stack, const VMOP *pc, VMReturn *ret, int numret)
#if COMPGOTO
static const void * const ops[256] =
{
#define xx(op,sym,mode,alt,kreg,ktype) &&op
#define xx(op,sym,mode,alt,kreg,ktype) &&op,
#include "vmops.h"
};
#endif