- 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 @@ 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"
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue