aboutsummaryrefslogtreecommitdiff
path: root/ldebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.c')
-rw-r--r--ldebug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldebug.c b/ldebug.c
index 7323f23a..94b3596c 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.c,v 2.143 2017/11/13 12:20:51 roberto Exp roberto $ 2** $Id: ldebug.c,v 2.144 2017/11/13 15:36:52 roberto Exp roberto $
3** Debug Interface 3** Debug Interface
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -724,6 +724,7 @@ l_noret luaG_errormsg (lua_State *L) {
724 setobjs2s(L, L->top, L->top - 1); /* move argument */ 724 setobjs2s(L, L->top, L->top - 1); /* move argument */
725 setobjs2s(L, L->top - 1, errfunc); /* push function */ 725 setobjs2s(L, L->top - 1, errfunc); /* push function */
726 L->top++; /* assume EXTRA_STACK */ 726 L->top++; /* assume EXTRA_STACK */
727 luaE_incCcalls(L);
727 luaD_callnoyield(L, L->top - 2, 1); /* call it */ 728 luaD_callnoyield(L, L->top - 2, 1); /* call it */
728 } 729 }
729 luaD_throw(L, LUA_ERRRUN); 730 luaD_throw(L, LUA_ERRRUN);