summaryrefslogtreecommitdiff
path: root/py/emitnarm.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/emitnarm.c')
-rw-r--r--py/emitnarm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/emitnarm.c b/py/emitnarm.c
index 1b585f821..89467052c 100644
--- a/py/emitnarm.c
+++ b/py/emitnarm.c
@@ -8,6 +8,9 @@
#define GENERIC_ASM_API (1)
#include "py/asmarm.h"
+// Word index of REG_LOCAL_1(=r4) in nlr_buf_t
+#define NLR_BUF_IDX_LOCAL_1 (3)
+
#define N_ARM (1)
#define EXPORT_FUN(name) emit_native_arm_##name
#include "py/emitnative.c"