mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
freertos/xtensa_context.S: fix some dread tabs
This commit is contained in:
@@ -161,7 +161,6 @@ _xt_context_save:
|
||||
call0 xthal_save_extra_nw /* destroys a0,2,3,4,5 */
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef __XTENSA_CALL0_ABI__
|
||||
#ifdef XT_USE_OVLY
|
||||
l32i a9, sp, XT_STK_PC /* recover saved PC */
|
||||
@@ -177,7 +176,6 @@ _xt_context_save:
|
||||
movi a3, PS_INTLEVEL(1) /* For some curious reason the level 1 interrupts */
|
||||
or a2, a2, a3 /* dont set the intlevel correctly on PS, we need to */
|
||||
wsr a2, PS /* do this manually */
|
||||
|
||||
_not_l1:
|
||||
rsr a2, PS /* finally umask the window exceptions */
|
||||
movi a3, ~(PS_EXCM_MASK)
|
||||
|
Reference in New Issue
Block a user