1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

fix comment

This commit is contained in:
John Reiser 2009-10-16 17:46:41 -07:00
parent df4bd6a60c
commit 22a95ad8ea

View File

@ -665,7 +665,7 @@ void *upx_main(
// This is necessary for ET_DYN if|when we override a prelink address.
entry = do_xmap((int)f_decompress, ehdr, &xi, av, &reloc, f_unf);
auxv_up(av, AT_ENTRY , entry); // might not be necessary?
auxv_up(av, AT_ENTRY , entry);
{ // Map PT_INTERP program interpreter
int j;