diff --git a/src/stub/src/i386-linux.elf-main.c b/src/stub/src/i386-linux.elf-main.c index e10b57c0..31b57b67 100644 --- a/src/stub/src/i386-linux.elf-main.c +++ b/src/stub/src/i386-linux.elf-main.c @@ -685,6 +685,7 @@ do_xmap(int const fdi, Elf32_Ehdr const *const ehdr, Extent *const xi, reloc = ehdr0; } v_brk = phdr0->p_memsz + ehdr0; + DPRINTF("do_xmap munmap [%%p, +%%x)\n", ehdr0, phdr0->p_memsz); munmap((void *)ehdr0, phdr0->p_memsz); } else { // PT_INTERP