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:
Abdelatif Guettouche 2020-12-01 12:14:36 +00:00 committed by Alan Carvalho de Assis
parent 5f9d9ba44c
commit 368d21a0b9

View File

@ -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 */