From f54cdb33a565aacd41fe00a172a3062a4a33118b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 28 Sep 2001 13:48:16 -0300 Subject: small bug in close x return --- ldebug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldebug.c') diff --git a/ldebug.c b/ldebug.c index 57215028..cf397bd2 100644 --- a/ldebug.c +++ b/ldebug.c @@ -1,5 +1,5 @@ /* -** $Id: ldebug.c,v 1.87 2001/07/03 17:01:34 roberto Exp $ +** $Id: ldebug.c,v 1.88 2001/09/07 17:39:10 roberto Exp $ ** Debug Interface ** See Copyright Notice in lua.h */ @@ -331,7 +331,6 @@ static int checkopenop (const Proto *pt, int pc) { check(GETARG_B(i) == NO_REG); return 1; } - case OP_CLOSE: return checkopenop(pt, pc+1); case OP_SETLISTO: return 1; default: return 0; /* invalid instruction after an open call */ } -- cgit v1.2.3-55-g6feb