mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 14:08:30 +00:00
Xtensa ESP32: Missing prologue/epilogue macros on C callable function
This commit is contained in:
parent
5666bf30a7
commit
3b681586c0
1 changed files with 4 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
|||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include "xtensa_abi.h"
|
||||
#include "chip_macros.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
|
@ -71,6 +72,8 @@
|
|||
.type up_cpu_index, @function
|
||||
|
||||
up_cpu_index:
|
||||
ENTRY(16)
|
||||
getcoreid a2
|
||||
ret
|
||||
RET(16)
|
||||
|
||||
.size up_cpu_index, . - up_cpu_index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue