Skip to content

Commit

Permalink
Revert not parsing upval size
Browse files Browse the repository at this point in the history
  • Loading branch information
jam1garner committed Jun 28, 2020
1 parent d5530b9 commit 3f86c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ldump.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int luaU_dump(lua_State *L, const Proto *f, lua_Writer w, void *data,
D.strip = strip;
D.status = 0;
DumpHeader(&D);
//DumpByte(f->sizeupvalues, &D);
DumpByte(f->sizeupvalues, &D);
DumpFunction(f, NULL, &D);
return D.status;
}
Expand Down

0 comments on commit 3f86c1d

Please sign in to comment.