- split JitCompiler into multiple files
This commit is contained in:
parent
567a069df5
commit
ef170883ef
13 changed files with 3608 additions and 3708 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue