Correct status variable type in XtpMapHardwareMemoryPool

This commit is contained in:
2025-07-30 21:50:36 +02:00
committed by CodingWorkshop Signing Team
parent 4453b95f5c
commit e6ebac7cda

View File

@@ -25,7 +25,7 @@ XtpMapHardwareMemoryPool(IN PXTBL_PAGE_MAPPING PageMap)
{
PHARDWARE_PTE PdeBase, PpeBase, PxeBase;
EFI_PHYSICAL_ADDRESS Address;
XTSTATUS Status;
EFI_STATUS Status;
/* Check page map level */
if(PageMap->PageMapLevel > 4)