X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkUnixPkg%2FDxe%2FPlatformBds%2FGeneric%2FBootMaint%2FUpdatePage.c;fp=EdkUnixPkg%2FDxe%2FPlatformBds%2FGeneric%2FBootMaint%2FUpdatePage.c;h=865227b061b68b6db2cf65cf4e9e7d0b2bc9861b;hp=9c72f23768f680c70d84d10b6712bfa836ae6ce5;hb=997e26f6152ecb0f43d4fe68bc9ef57095ac4841;hpb=a89f26d82d17958a47b2a1aa293fe4cccf5a543b diff --git a/EdkUnixPkg/Dxe/PlatformBds/Generic/BootMaint/UpdatePage.c b/EdkUnixPkg/Dxe/PlatformBds/Generic/BootMaint/UpdatePage.c index 9c72f23768..865227b061 100644 --- a/EdkUnixPkg/Dxe/PlatformBds/Generic/BootMaint/UpdatePage.c +++ b/EdkUnixPkg/Dxe/PlatformBds/Generic/BootMaint/UpdatePage.c @@ -24,7 +24,7 @@ AgBStract: #include "BdsPlatform.h" EFI_GUID gTerminalDriverGuid = { - 0x10634d8e, 0x1c05, 0x46cb, 0xbb, 0xc, 0x5a, 0xfd, 0xc8, 0x29, 0xa8, 0xc8 + 0x10634d8e, 0x1c05, 0x46cb, {0xbb, 0xc, 0x5a, 0xfd, 0xc8, 0x29, 0xa8, 0xc8} }; VOID @@ -179,7 +179,7 @@ BootThisFile ( CHAR16 *ExitData; BDS_COMMON_OPTION *Option; - Status = gBS->AllocatePool (EfiBootServicesData, sizeof (BDS_COMMON_OPTION), &Option); + Status = gBS->AllocatePool (EfiBootServicesData, sizeof (BDS_COMMON_OPTION), (VOID**) &Option); Option->Description = FileContext->FileName; Option->DevicePath = FileContext->DevicePath; Option->LoadOptionsSize = 0;