1
0
feito fork de xt-sys/exectos

Correct status variable type in XtpMapHardwareMemoryPool

Esse commit está contido em:
2025-07-30 21:50:36 +02:00
commit de CodingWorkshop Signing Team
commit e6ebac7cda

Ver arquivo

@@ -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)