mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- fix opcodes not being listed in jit debug assembly
This commit is contained in:
parent
c328f9c85c
commit
a4b3536caf
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ JitFuncPtr JitCompile(VMScriptFunction *sfunc)
|
|||
|
||||
static const char *OpNames[NUM_OPS] =
|
||||
{
|
||||
#define xx(op, name, mode, alt, kreg, ktype) #op
|
||||
#define xx(op, name, mode, alt, kreg, ktype) #op,
|
||||
#include "vmops.h"
|
||||
#undef xx
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue