arch/xtensa/src/common/xtensa_context.S: Name A3 register the usual way.
i.e. a3 instead of r3. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
5f9d9ba44c
commit
368d21a0b9
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ xtensa_context_save:
|
|||
* to avoid the window spill.
|
||||
*/
|
||||
|
||||
l32i r3, a2, (4 * REG_A3) /* Recover original a3 */
|
||||
l32i a3, a2, (4 * REG_A3) /* Recover original a3 */
|
||||
call0 _xtensa_context_save /* Save full register state */
|
||||
|
||||
/* Recover the return address and return zero */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue