- minor cleanups in header file
This commit is contained in:
parent
ef170883ef
commit
fad8c9c7b4
2 changed files with 9 additions and 11 deletions
|
|
@ -92,10 +92,15 @@ JitFuncPtr JitCompile(VMScriptFunction *sfunc)
|
|||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
static const char *OpNames[NUM_OPS] =
|
||||
{
|
||||
#define xx(op, name, mode, alt, kreg, ktype) #op
|
||||
#include "vmops.h"
|
||||
#undef xx
|
||||
};
|
||||
|
||||
void JitCompiler::Codegen()
|
||||
{
|
||||
using namespace asmjit;
|
||||
|
||||
Setup();
|
||||
|
||||
pc = sfunc->Code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue