mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
fix comment
This commit is contained in:
parent
df4bd6a60c
commit
22a95ad8ea
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user