aboutsummaryrefslogtreecommitdiff
path: root/src/lj_lib.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_lib.c b/src/lj_lib.c
index be3ee004..79c2c99a 100644
--- a/src/lj_lib.c
+++ b/src/lj_lib.c
@@ -56,7 +56,7 @@ static const uint8_t *lib_read_lfunc(lua_State *L, const uint8_t *p, GCtab *tab)
56 ls.L = L; 56 ls.L = L;
57 ls.p = (const char *)(p+len); 57 ls.p = (const char *)(p+len);
58 ls.n = ~(MSize)0; 58 ls.n = ~(MSize)0;
59 ls.current = -1; 59 ls.c = -1;
60 ls.level = (BCDUMP_F_STRIP|(LJ_BE*BCDUMP_F_BE)); 60 ls.level = (BCDUMP_F_STRIP|(LJ_BE*BCDUMP_F_BE));
61 ls.chunkname = name; 61 ls.chunkname = name;
62 pt = lj_bcread_proto(&ls); 62 pt = lj_bcread_proto(&ls);