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:
stasinos 2001-10-31 19:18:38 +00:00
parent 4fad5b3f3e
commit 2bfcbe7cb9

View File

@ -151,7 +151,7 @@ int STD_PROTO(iequ_complex, (CELL *, CELL *,CELL *));
#ifdef ANALYST
static char *op_names[_p_execute + 1] =
static char *op_names[_p_execute_within + 1] =
{
#define OPCODE(OP,TYPE) #OP
#include "YapOpcodes.h"