From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web12.6361.1645152702933468198 for ; Thu, 17 Feb 2022 18:51:43 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=WY5WTIu3; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: chasel.chiu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645152702; x=1676688702; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=QhYSNmrMeGghjV3b5bttwI02ZpOIboMrNR3nfPmuiKg=; b=WY5WTIu3lPQE5cmh79YjG2mSZZf7D8VEvVx1g5H1hWp46iRjb/qceP68 z+o+7qqxowj068Jp+VBNh8c5QWJbS+5CE98Kl4XQSABT+syFXR2w0nasW tnBjuxzGBTUyVv1v6J8hBf01/Wi7UpqHf/up+SvhGqgjinm0SSu7ufwDS hQZ1oPRhKJ2y63ODFJp0oT0FRl80K5+xgxb452oHis/+WLy3EsOYX0zzt w5VEdziDrQz/SZeyuUl8lFFfmHVu62tgY7jzKt+N28TH7FNdJvuk6ia+p +QU+em0UWRcd35GIheN3ckX2sZAVBYYUt88/dTwFnOwuLduYMcGOHE7ZS w==; X-IronPort-AV: E=McAfee;i="6200,9189,10261"; a="249870222" X-IronPort-AV: E=Sophos;i="5.88,377,1635231600"; d="scan'208";a="249870222" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2022 18:51:42 -0800 X-IronPort-AV: E=Sophos;i="5.88,377,1635231600"; d="scan'208";a="546058358" Received: from cchiu4-mobl.gar.corp.intel.com ([10.252.189.203]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2022 18:51:40 -0800 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure. Date: Fri, 18 Feb 2022 10:51:31 +0800 Message-Id: <20220218025131.2307-1-chasel.chiu@intel.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3829 Commit cbc8e420ac4505e9c51aa0d4f049026691024ca5 caused GCC build failure which should be fixed. Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Chasel Chiu --- Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVariableWr= iteLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/Lar= geVariableWriteLib.c b/Platform/Intel/MinPlatformPkg/Library/BaseLargeVaria= bleLib/LargeVariableWriteLib.c index 3a9869ff9c..de23ae6160 100644 --- a/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVaria= bleWriteLib.c +++ b/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVaria= bleWriteLib.c @@ -485,7 +485,7 @@ LockLargeVariable ( )=0D {=0D CHAR16 TempVariableName[MAX_VARIABLE_NAME_SIZE];=0D - UINT64 VariableSize;=0D + UINTN VariableSize;=0D EFI_STATUS Status;=0D UINTN Index;=0D =0D --=20 2.28.0.windows.1