mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
efi loader: Typo
MFC after: 3 days
This commit is contained in:
parent
a3e3d90863
commit
0e3ce6d082
@ -269,7 +269,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);
|
||||
|
Loading…
Reference in New Issue
Block a user