Update trampoline size output parameter to PULONG across bootloader and kernel
This commit is contained in:
@@ -30,7 +30,7 @@ namespace AR
|
||||
public:
|
||||
STATIC XTAPI VOID GetTrampolineInformation(IN TRAMPOLINE_TYPE TrampolineType,
|
||||
OUT PVOID *TrampolineCode,
|
||||
OUT PULONG_PTR TrampolineSize);
|
||||
OUT PULONG TrampolineSize);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user