Unbreak the build when ELF_VERBOSE
is defined after r348005
This change properly terminates the formatting string quote modification done in r348005, which is triggered when `ELF_VERBOSE` is defined. MFC with: r348005 Reported by: ci (amd64, gcc)
This commit is contained in:
parent
e8b4bbdfae
commit
637b653270
@ -509,7 +509,7 @@ __elfN(loadimage)(struct preloaded_file *fp, elf_file_t ef, uint64_t off)
|
||||
off -= ehdr->e_entry & ~PAGE_MASK;
|
||||
ehdr->e_entry += off;
|
||||
#ifdef ELF_VERBOSE
|
||||
printf("ehdr->e_entry 0x%jx", va<->pa off %llx\n",
|
||||
printf("ehdr->e_entry 0x%jx, va<->pa off %llx\n",
|
||||
(uintmax_t)ehdr->e_entry, off);
|
||||
#endif
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user