Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2020-08-09 23:12:48 +02:00
12 changed files with 15 additions and 23 deletions

View File

@@ -94,6 +94,7 @@ static BCPos debug_framepc(lua_State *L, GCfunc *fn, cTValue *nextframe)
}
}
ins = cframe_pc(cf);
if (!ins) return NO_BCPOS;
}
}
pt = funcproto(fn);