From 22a95ad8ea6c9a9b968b978304c504e10e694122 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Fri, 16 Oct 2009 17:46:41 -0700 Subject: [PATCH] fix comment --- src/stub/src/i386-linux.elf-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/src/i386-linux.elf-main.c b/src/stub/src/i386-linux.elf-main.c index a68184da..bbdce7f9 100644 --- a/src/stub/src/i386-linux.elf-main.c +++ b/src/stub/src/i386-linux.elf-main.c @@ -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;