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

Fix nesting brace in comment on #endif.

modified:   i386-linux.elf-main.c
This commit is contained in:
John Reiser 2017-06-26 21:31:36 -07:00
parent 1b172e729e
commit 31b42345c3

View File

@ -915,7 +915,7 @@ void *upx_main(
Elf32_Addr entry = do_xmap((int)f_exp, ehdr, &xi, av, &reloc, f_unf
#if defined(__mips__) //{
, page_mask
#endif
#endif //}
);
DPRINTF("upx_main2 entry=%%p reloc=%%p\\n", entry, reloc);
auxv_up(av, AT_ENTRY , entry);