- backend update from GZDoom.

This commit is contained in:
Christoph Oelckers 2021-01-29 13:20:00 +01:00
parent 7b72fccfa2
commit e7ab4cd176
16 changed files with 333 additions and 188 deletions

View file

@ -40,7 +40,7 @@
static int ExecScriptFunc(VMFrameStack *stack, VMReturn *ret, int numret)
{
#if COMPGOTO
static const void * const ops[256] =
static void * const ops[256] =
{
#define xx(op,sym,mode,alt,kreg,ktype) &&op,
#include "vmops.h"