summaryrefslogtreecommitdiff
path: root/py/emitnarm.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/emitnarm.c')
-rw-r--r--py/emitnarm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/emitnarm.c b/py/emitnarm.c
index 8297ad619..59075b607 100644
--- a/py/emitnarm.c
+++ b/py/emitnarm.c
@@ -10,8 +10,6 @@
// Word indices of REG_LOCAL_x in nlr_buf_t
#define NLR_BUF_IDX_LOCAL_1 (3) // r4
-#define NLR_BUF_IDX_LOCAL_2 (4) // r5
-#define NLR_BUF_IDX_LOCAL_3 (5) // r6
#define N_ARM (1)
#define EXPORT_FUN(name) emit_native_arm_##name