diff options
Diffstat (limited to 'py/emitnxtensa.c')
-rw-r--r-- | py/emitnxtensa.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py/emitnxtensa.c b/py/emitnxtensa.c index 1a423e21e..89ecb34de 100644 --- a/py/emitnxtensa.c +++ b/py/emitnxtensa.c @@ -8,6 +8,9 @@ #define GENERIC_ASM_API (1) #include "py/asmxtensa.h" +// Word index of REG_LOCAL_1(=a12) in nlr_buf_t +#define NLR_BUF_IDX_LOCAL_1 (8) + #define N_XTENSA (1) #define EXPORT_FUN(name) emit_native_xtensa_##name #include "py/emitnative.c" |