mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
xtensa_context.S: Fix the type of _xtensa_context_restore.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
e9018b29bf
commit
5bd2e97a27
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user