From f51775950737eb4d097cda0bba143973b5385947 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 21 Jun 2000 14:05:49 -0300 Subject: details --- ltests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 4a071fae..dd247b5b 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.24 2000/06/08 17:48:31 roberto Exp roberto $ +** $Id: ltests.c,v 1.25 2000/06/12 13:52:05 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -50,7 +50,7 @@ static void setnameval (lua_Object t, const char *name, int val) { */ -static const char *const instrname[OP_SETLINE+1] = { +static const char *const instrname[NUM_OPCODES] = { "END", "RETURN", "CALL", "TAILCALL", "PUSHNIL", "POP", "PUSHINT", "PUSHSTRING", "PUSHNUM", "PUSHNEGNUM", "PUSHUPVALUE", "GETLOCAL", "GETGLOBAL", "GETTABLE", "GETDOTTED", "GETINDEXED", "PUSHSELF", -- cgit v1.2.3-55-g6feb