You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/03/14 03:12:45 UTC

[incubator-nuttx] 02/09: xtensa_context.S: Fix the type of _xtensa_context_restore.

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 5bd2e97a27954fdeba9168b883f139e11983977d
Author: Abdelatif Guettouche <ab...@espressif.com>
AuthorDate: Fri Mar 11 16:09:18 2022 +0100

    xtensa_context.S: Fix the type of _xtensa_context_restore.
    
    Signed-off-by: Abdelatif Guettouche <ab...@espressif.com>
---
 arch/xtensa/src/common/xtensa_context.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/xtensa/src/common/xtensa_context.S b/arch/xtensa/src/common/xtensa_context.S
index 6e9b41b..03f5772 100644
--- a/arch/xtensa/src/common/xtensa_context.S
+++ b/arch/xtensa/src/common/xtensa_context.S
@@ -244,7 +244,7 @@ xtensa_context_save:
  ****************************************************************************/
 
 	.global _xtensa_context_restore
-	.type	xtensa_context_restore,@function
+	.type	_xtensa_context_restore,@function
 
 	.align  4
 	.literal_position