diff options
Diffstat (limited to 'lpvm.c')
-rw-r--r-- | lpvm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -301,6 +301,7 @@ const char *match (lua_State *L, const char *o, const char *s, const char *e, | |||
301 | luaL_error(L, "labelf is %d", *labelf); | 301 | luaL_error(L, "labelf is %d", *labelf); |
302 | *sfail = s; | 302 | *sfail = s; |
303 | stack = getstackbase(L, ptop); | 303 | stack = getstackbase(L, ptop); |
304 | stack++; | ||
304 | goto fail; | 305 | goto fail; |
305 | } | 306 | } |
306 | case IThrowRec: { /* labeled failure */ | 307 | case IThrowRec: { /* labeled failure */ |