Use PVOID instead of HARDWARE_PTE to allow different variable types for different architectures
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-12-07 18:54:21 +01:00
förälder 93fa2aed67
incheckning 43c16d054d
3 ändrade filer med 8 tillägg och 8 borttagningar

Visa fil

@@ -36,7 +36,7 @@ BlMapVirtualMemory(IN PLIST_ENTRY MemoryMappings,
IN UINT_PTR VirtualAddress,
IN UINT_PTR PhysicalAddress,
IN UINT NumberOfPages,
IN OUT PHARDWARE_PTE *PtePointer)
IN OUT PVOID *PtePointer)
{
return STATUS_EFI_SUCCESS;
}