From 8b6b97ec578a8e3eb9565bce55b3fe65271f1737 Mon Sep 17 00:00:00 2001 From: Felipe Neves Date: Fri, 18 Oct 2019 10:17:52 -0300 Subject: [PATCH] freertos/xtensa_context: fixed small typo --- components/freertos/xtensa_context.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/freertos/xtensa_context.S b/components/freertos/xtensa_context.S index bacf78e92..8009de902 100644 --- a/components/freertos/xtensa_context.S +++ b/components/freertos/xtensa_context.S @@ -179,7 +179,7 @@ _xt_context_save: s32i a9, sp, XT_STK_OVLY /* save overlay state */ #endif - rsr a2, PS /* We need to enable window execptions to */ + rsr a2, PS /* We need to enable window exceptions to */ movi a3, PS_INTLEVEL_MASK /* perform spill registers*/ and a2, a2, a3 bnez a2, _not_l1