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:
Enji Cooper 2019-05-21 00:46:47 +00:00
parent e8b4bbdfae
commit 637b653270
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348025

View file

@ -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