From 65f4a0f636eede0f026d0205ac929bc5a56f8b9c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 4 May 2005 17:42:28 -0300 Subject: no more compatibility code for traversing tables --- ldebug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldebug.c') diff --git a/ldebug.c b/ldebug.c index d52c4203..23441062 100644 --- a/ldebug.c +++ b/ldebug.c @@ -1,5 +1,5 @@ /* -** $Id: ldebug.c,v 2.14 2005/04/05 13:41:29 roberto Exp roberto $ +** $Id: ldebug.c,v 2.15 2005/04/14 13:30:47 roberto Exp roberto $ ** Debug Interface ** See Copyright Notice in lua.h */ @@ -368,7 +368,6 @@ static Instruction symbexec (const Proto *pt, int lastpc, int reg) { if (reg >= a+3) last = pc; /* affect all regs above its call base */ break; } - case OP_TFORPREP: case OP_FORLOOP: case OP_FORPREP: checkreg(pt, a+3); -- cgit v1.2.3-55-g6feb