Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 689598 | Differences between
and this patch

Collapse All | Expand All

(-)old/src/ldo.c (-1 / +1 lines)
Lines 274-280 Link Here
274
    CallInfo *ci;
274
    CallInfo *ci;
275
    StkId st, base;
275
    StkId st, base;
276
    Proto *p = cl->p;
276
    Proto *p = cl->p;
277
    luaD_checkstack(L, p->maxstacksize);
277
    luaD_checkstack(L, p->maxstacksize + p->numparams);
278
    func = restorestack(L, funcr);
278
    func = restorestack(L, funcr);
279
    if (!p->is_vararg) {  /* no varargs? */
279
    if (!p->is_vararg) {  /* no varargs? */
280
      base = func + 1;
280
      base = func + 1;

Return to bug 689598