xtensa: fix lack of float register save & resotre

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd
2022-01-07 21:44:58 +08:00
committed by Abdelatif Guettouche
parent 59c9620842
commit 3cfc6761ff
4 changed files with 13 additions and 46 deletions
+3
View File
@@ -21,6 +21,8 @@
#ifndef __INCLUDE_ASSERT_H
#define __INCLUDE_ASSERT_H
#ifndef __ASSEMBLY__
/****************************************************************************
* Included Files
****************************************************************************/
@@ -105,4 +107,5 @@ void _assert(FAR const char *filename, int linenum) noreturn_function;
}
#endif
#endif /* __ASSEMBLY__ */
#endif /* __INCLUDE_ASSERT_H */