aboutsummaryrefslogtreecommitdiff
path: root/lpvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lpvm.c')
-rw-r--r--lpvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lpvm.c b/lpvm.c
index 251fa0a..20bc545 100644
--- a/lpvm.c
+++ b/lpvm.c
@@ -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 */