Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <[email protected]>
---
.../PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c
b/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c
index 8d17a03..6e5c4f8 100644
---
a/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c
+++
b/MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.c
@@ -126,7 +126,7 @@ UpdateMemoryAttributesDefault (
EFI_PROPERTIES_TABLE *PropertiesTable;
DEBUG ((EFI_D_INFO, "UpdateMemoryAttributesDefault\n"));
- Status = EfiGetSystemConfigurationTable (&gEfiPropertiesTableGuid,
&PropertiesTable);
+ Status = EfiGetSystemConfigurationTable (&gEfiPropertiesTableGuid, (VOID **)
&PropertiesTable);
if (EFI_ERROR (Status)) {
goto Done;
}
--
1.9.5.msysgit.1
------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel