Page MenuHomeFreeBSD

D58383.id182414.diff
No OneTemporary

D58383.id182414.diff

Index: stand/efi/loader/arch/amd64/elf64_freebsd.c
===================================================================
--- stand/efi/loader/arch/amd64/elf64_freebsd.c
+++ stand/efi/loader/arch/amd64/elf64_freebsd.c
@@ -102,7 +102,7 @@
trampcode = copy_staging == COPY_STAGING_ENABLE ?
(vm_offset_t)G(1) : (vm_offset_t)G(4);
- err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1,
+ err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderCode, 1,
(EFI_PHYSICAL_ADDRESS *)&trampcode);
if (EFI_ERROR(err)) {
printf("Unable to allocate trampoline\n");

File Metadata

Mime Type
text/plain
Expires
Fri, Sep 25, 4:30 AM (8 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39578511
Default Alt Text
D58383.id182414.diff (575 B)

Event Timeline