make op_names bigger to fit _p_execute_within
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@175 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
4fad5b3f3e
commit
2bfcbe7cb9
@ -151,7 +151,7 @@ int STD_PROTO(iequ_complex, (CELL *, CELL *,CELL *));
|
|||||||
|
|
||||||
#ifdef ANALYST
|
#ifdef ANALYST
|
||||||
|
|
||||||
static char *op_names[_p_execute + 1] =
|
static char *op_names[_p_execute_within + 1] =
|
||||||
{
|
{
|
||||||
#define OPCODE(OP,TYPE) #OP
|
#define OPCODE(OP,TYPE) #OP
|
||||||
#include "YapOpcodes.h"
|
#include "YapOpcodes.h"
|
||||||
|
Reference in New Issue
Block a user