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 <abdelatif.guettou...@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 <abdelatif.guettou...@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

Reply via email to