aboutsummaryrefslogtreecommitdiff
path: root/src/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elf.c')
-rw-r--r--src/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elf.c b/src/elf.c
index 5c2f9bd..29c9c09 100644
--- a/src/elf.c
+++ b/src/elf.c
@@ -69,7 +69,7 @@ static void __map_exec(struct tcb *t, vm_t bin, uint8_t ei_c, vm_t phstart,
if (!start)
return; /* out of memory or something */
- info("mapped ELF section to %x\n", start);
+ info("mapped ELF section to %lx\n", (long)start);
uint8_t elf_flags = program_header_prop(ei_c, runner, p_flags);
uint8_t uvflags = __elf_to_uvflags(elf_flags);