From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smarthost01c.sbp.mail.zen.net.uk (smarthost01c.sbp.mail.zen.net.uk [212.23.1.5]) by mx.groups.io with SMTP id smtpd.web12.1993.1644528325376251914 for ; Thu, 10 Feb 2022 13:25:25 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=permerror, err=parse error for token &{10 18 sdn.klaviyomail.com}: permanent DNS error (domain: starlabs.systems, ip: 212.23.1.5, mailfrom: sean@starlabs.systems) Received: from [217.155.46.38] (helo=sean-StarBook.lan) by smarthost01c.sbp.mail.zen.net.uk with esmtp (Exim 4.90_1) (envelope-from ) id 1nIGwN-0007Sp-R7; Thu, 10 Feb 2022 21:25:23 +0000 From: "Sean Rhodes" To: devel@edk2.groups.io Cc: guo.dong@intel.com, Matt DeVillier Subject: [PATCH 10/18] BlSupportSmm: fix definition of SetSmrr() Date: Thu, 10 Feb 2022 21:25:22 +0000 Message-Id: X-Mailer: git-send-email 2.32.0 In-Reply-To: References: MIME-Version: 1.0 X-Originating-smarthost01c-IP: [217.155.46.38] Feedback-ID: 217.155.46.38 Content-Transfer-Encoding: quoted-printable From: Matt DeVillier Signed-off-by: Matt DeVillier Change-Id: Id5b077ad6c79717a9d97d4228145791ef062962c --- UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c b/UefiPayloadPkg/Bl= SupportSmm/BlSupportSmm.c index dcc4d60bb2..0d16aec8ef 100644 --- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c +++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c @@ -191,6 +191,7 @@ SmmFeatureLockOnS3 ( @param[in] ProcedureArgument Pointer to SMRR_BASE_MASK structure.=0D **/=0D VOID=0D +EFIAPI=0D SetSmrr (=0D IN VOID *ProcedureArgument=0D )=0D --=20 2.32.0