mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
xtensa: fix lack of float register save & resotre
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
59c9620842
commit
3cfc6761ff
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user