mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- fix opcodes not being listed in jit debug assembly
This commit is contained in:
parent
b92e5fbf2a
commit
c359601737
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