The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=bd4fbd4e1403b8015691e991d65eb754c1617b96
commit bd4fbd4e1403b8015691e991d65eb754c1617b96 Author: Mark Johnston <[email protected]> AuthorDate: 2021-09-21 16:09:55 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2021-09-24 13:00:56 +0000 efi loader: Typo (cherry picked from commit 0e3ce6d082b34154e41e220757c03d66d881a47b) --- stand/efi/loader/arch/amd64/elf64_freebsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/efi/loader/arch/amd64/elf64_freebsd.c b/stand/efi/loader/arch/amd64/elf64_freebsd.c index 8826cf76aa80..7aa5735e0cfc 100644 --- a/stand/efi/loader/arch/amd64/elf64_freebsd.c +++ b/stand/efi/loader/arch/amd64/elf64_freebsd.c @@ -263,7 +263,7 @@ elf64_exec(struct preloaded_file *fp) } } - printf("staging %#lx (%scoping) tramp %p PT4 %p\n", + printf("staging %#lx (%scopying) tramp %p PT4 %p\n", staging, copy_staging == COPY_STAGING_ENABLE ? "" : "not ", trampoline, PT4); printf("Start @ 0x%lx ...\n", ehdr->e_entry); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
