From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id F35BAD8053F for ; Tue, 3 Oct 2023 11:57:48 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=uUehXyIAQdRI9vH0gk8MnmwJBjzk9IN+gJgnUOZ4yag=; c=relaxed/simple; d=groups.io; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition:Content-Transfer-Encoding; s=20140610; t=1696334267; v=1; b=GGVDeNVKeY27+qdd+PkjwGvv88AQ6dJ1JrdAWCxIFCUPY5zY4Ecu5Uje/qmuFLFkARJGtiVM 82eCMPrPabkn1ZszbIGWmcy9QjRGIZBxPeZXxvu09Vp84Ik9LolGWPK1KZqrJjlPl8Y95KiwhpF IPO3LM5KhVyOuQwNUBrJ84Eo= X-Received: by 127.0.0.2 with SMTP id EHd7YY7687511x69ZEMw65FV; Tue, 03 Oct 2023 04:57:47 -0700 X-Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web10.106501.1696334266878975439 for ; Tue, 03 Oct 2023 04:57:47 -0700 X-Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3938HZX0003690; Tue, 3 Oct 2023 11:57:44 GMT X-Received: from nasanppmta02.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3tg77es7ec-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 03 Oct 2023 11:57:43 +0000 X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA02.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 393Bvgn5001439 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 3 Oct 2023 11:57:42 GMT X-Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.36; Tue, 3 Oct 2023 04:57:41 -0700 Date: Tue, 3 Oct 2023 12:57:37 +0100 From: "Leif Lindholm" To: Sami Mujawar CC: "devel@edk2.groups.io" , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , Ard Biesheuvel , nd Subject: Re: [edk2-devel] [PATCH 1/1] MdePkg/BaseLib: fix typo in Arm SetJump Message-ID: References: <20231003103918.450453-1-quic_llindhol@quicinc.com> <2DFCF010-6B09-4F93-827B-41F4352154C9@arm.com> MIME-Version: 1.0 In-Reply-To: <2DFCF010-6B09-4F93-827B-41F4352154C9@arm.com> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-ORIG-GUID: q6ZSdANpqUHt0blmvsLw4StN4hiSlarZ X-Proofpoint-GUID: q6ZSdANpqUHt0blmvsLw4StN4hiSlarZ X-MIME-Autoconverted: from 8bit to quoted-printable by mx0a-0031df01.pphosted.com id 3938HZX0003690 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: W3ZkkxZ5yhT56cwLWgkn8YFdx7686176AA= Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=GGVDeNVK; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none) On Tue, Oct 03, 2023 at 11:22:26 +0000, Sami Mujawar wrote: > Hi Leif, >=20 > Thank you for this fix. > Reviewed-by: Sami Mujawar Thanks! Merged as 1497c4b07494. / Leif > Regards, >=20 > Sami Mujawar >=20 > =EF=BB=BFOn 03/10/2023, 11:39, "Leif Lindholm" > wrote: >=20 >=20 > RO -> R0 >=20 >=20 > Signed-off-by: Leif Lindholm > > Reported-by: Philippe Mathieu-Daud=C3=A9 > > Cc: Ard Biesheuvel > > Cc: Sami Mujawar > > --- > MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 >=20 > diff --git a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm b/MdePkg/Libr= ary/BaseLib/Arm/SetJumpLongJump.asm > index 15eb3dc28fb7..f89cfa231bbc 100644 > --- a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm > +++ b/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm > @@ -33,7 +33,7 @@ > SetJump > MOV R3, R13 > STM R0, {R3-R12,R14} > - MOV RO, #0 > + MOV R0, #0 > BX LR >=20 >=20 > ;/** > --=20 > 2.30.2 >=20 >=20 >=20 >=20 >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109279): https://edk2.groups.io/g/devel/message/109279 Mute This Topic: https://groups.io/mt/101731199/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-