diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-09-28 13:48:16 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-09-28 13:48:16 -0300 |
| commit | f54cdb33a565aacd41fe00a172a3062a4a33118b (patch) | |
| tree | d238f343f2430acae38b1a914d681e9ee3c9723b /ldebug.c | |
| parent | 8e9b1e4ae979aec95dcceb0db177367f5e865041 (diff) | |
| download | lua-f54cdb33a565aacd41fe00a172a3062a4a33118b.tar.gz lua-f54cdb33a565aacd41fe00a172a3062a4a33118b.tar.bz2 lua-f54cdb33a565aacd41fe00a172a3062a4a33118b.zip | |
small bug in close x return
Diffstat (limited to 'ldebug.c')
| -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 | } |
