- 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 @@ struct VMRemap
};
#define xx(op, name, mode, alt, kreg, ktype) {OP_##alt, kreg, ktype }
#define xx(op, name, mode, alt, kreg, ktype) {OP_##alt, kreg, ktype },
VMRemap opRemap[NUM_OPS] = {
#include "vmops.h"
};