mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
f73e649a95
@ -408,7 +408,7 @@ static int bcread_header(LexState *ls)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
if ((flags & BCDUMP_F_STRIP)) {
|
if ((flags & BCDUMP_F_STRIP)) {
|
||||||
ls->chunkname = lj_str_newz(ls->L, ls->chunkarg);
|
ls->chunkname = lj_str_newz(ls->L, *ls->chunkarg == BCDUMP_HEAD1 ? "=?" : ls->chunkarg);
|
||||||
} else {
|
} else {
|
||||||
MSize len = bcread_uleb128(ls);
|
MSize len = bcread_uleb128(ls);
|
||||||
bcread_need(ls, len);
|
bcread_need(ls, len);
|
||||||
|
Loading…
Reference in New Issue
Block a user