Update trampoline size output parameter to PULONG across bootloader and kernel

This commit is contained in:
2026-06-12 12:54:53 +02:00
parent b0d2868f82
commit cf0d7f0a40
7 changed files with 7 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ Xtos::EnablePaging(IN PXTBL_PAGE_MAPPING PageMap)
EFI_STATUS Status;
EFI_PHYSICAL_ADDRESS TrampolineAddress;
PXT_TRAMPOLINE_ENTRY TrampolineEntry;
ULONG_PTR TrampolineSize;
ULONG TrampolineSize;
PVOID TrampolineCode;
/* Check the configured page map level to set the LA57 state accordingly */