Re: [edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure.
Dong, Eric
Reviewed-by: Eric Dong <eric.dong@...>
toggle quoted messageShow quoted text
-----Original Message-----
From: Chiu, Chasel <chasel.chiu@...> Sent: Friday, February 18, 2022 10:52 AM To: devel@edk2.groups.io Cc: Chiu, Chasel <chasel.chiu@...>; Desimone, Nathaniel L <nathaniel.l.desimone@...>; Gao, Liming <gaoliming@...>; Dong, Eric <eric.dong@...> Subject: [edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3829 Commit cbc8e420ac4505e9c51aa0d4f049026691024ca5 caused GCC build failure which should be fixed. Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Liming Gao <gaoliming@...> Cc: Eric Dong <eric.dong@...> Signed-off-by: Chasel Chiu <chasel.chiu@...> --- Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVariableWriteLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVariableWriteLib.c b/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVariableWriteLib.c index 3a9869ff9c..de23ae6160 100644 --- a/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVariableWriteLib.c +++ b/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVa +++ riableWriteLib.c @@ -485,7 +485,7 @@ LockLargeVariable ( ) { CHAR16 TempVariableName[MAX_VARIABLE_NAME_SIZE];- UINT64 VariableSize;+ UINTN VariableSize; EFI_STATUS Status; UINTN Index; -- 2.28.0.windows.1
|
|