diff options
Diffstat (limited to '')
| -rw-r--r-- | ldebug.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ldebug.c,v 1.87 2001/07/03 17:01:34 roberto Exp $ | 2 | ** $Id: ldebug.c,v 1.88 2001/09/07 17:39:10 roberto Exp $ |
| 3 | ** Debug Interface | 3 | ** Debug Interface |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -331,7 +331,6 @@ static int checkopenop (const Proto *pt, int pc) { | |||
| 331 | check(GETARG_B(i) == NO_REG); | 331 | check(GETARG_B(i) == NO_REG); |
| 332 | return 1; | 332 | return 1; |
| 333 | } | 333 | } |
| 334 | case OP_CLOSE: return checkopenop(pt, pc+1); | ||
| 335 | case OP_SETLISTO: return 1; | 334 | case OP_SETLISTO: return 1; |
| 336 | default: return 0; /* invalid instruction after an open call */ | 335 | default: return 0; /* invalid instruction after an open call */ |
| 337 | } | 336 | } |
