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 A89117803E3 for ; Tue, 3 Oct 2023 15:53:44 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=kfLanM8Ld50UoV5Csx3qppF3k5jbq2ADkr5lZbahRrc=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1696348423; v=1; b=WIlolLrUdwb6l/G+krWrQPxRKB7CjxAkuiGTh4UrrtnFYtk8XYrgBfSyQR5LF1nuj9jXmrIb fSGsa+ktBc0cUpFLPhjwNaSTgNPCbIEV0bjliftaNduD0rY1YLQsw2IKlu5sjphctCc0OrWZXdA 6oZ/Fv4+YYTN21iDJaqoJ6Zs= X-Received: by 127.0.0.2 with SMTP id 4V8gYY7687511xlFEGW4CUkc; Tue, 03 Oct 2023 08:53:43 -0700 X-Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web11.106715.1696336403672977425 for ; Tue, 03 Oct 2023 05:33:24 -0700 X-Received: by mail-wr1-f53.google.com with SMTP id ffacd0b85a97d-3248ac76acbso835762f8f.1 for ; Tue, 03 Oct 2023 05:33:23 -0700 (PDT) X-Gm-Message-State: 7Opha4FdXgrV70W95tNDi7usx7686176AA= X-Google-Smtp-Source: AGHT+IHsXyNlwKJ4Ec8Xy8im8506heb1DPTWfHjU+LaNJ8DvJbZKqQrUJBjef6IZ/6wSmnrMtvjjCA== X-Received: by 2002:a05:6000:1090:b0:321:6fb0:9a84 with SMTP id y16-20020a056000109000b003216fb09a84mr11615910wrw.37.1696336402137; Tue, 03 Oct 2023 05:33:22 -0700 (PDT) X-Received: from [192.168.69.115] (176-131-222-246.abo.bbox.fr. [176.131.222.246]) by smtp.gmail.com with ESMTPSA id bf7-20020a0560001cc700b003140f47224csm1490188wrb.15.2023.10.03.05.33.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 03 Oct 2023 05:33:21 -0700 (PDT) Message-ID: <949e1652-746e-4284-e38a-07575484148c@linaro.org> Date: Tue, 3 Oct 2023 14:33:20 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [edk2-devel] [PATCH 1/1] MdePkg/BaseLib: fix typo in Arm SetJump To: Leif Lindholm , devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar References: <20231003103918.450453-1-quic_llindhol@quicinc.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= In-Reply-To: <20231003103918.450453-1-quic_llindhol@quicinc.com> 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,philmd@linaro.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=WIlolLrU; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On 3/10/23 12:39, Leif Lindholm wrote: > RO -> R0 > > Signed-off-by: Leif Lindholm > Reported-by: Philippe Mathieu-Daudé > Cc: Ard Biesheuvel > Cc: Sami Mujawar > --- > MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm b/MdePkg/Library/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 Reviewed-by: Philippe Mathieu-Daudé Thanks! -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109291): https://edk2.groups.io/g/devel/message/109291 Mute This Topic: https://groups.io/mt/101731199/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-