1 parent 714a59a commit 3f9c45eCopy full SHA for 3f9c45e
1 file changed
py/asmarm.c
@@ -39,7 +39,7 @@
39
#define SIGNED_FIT24(x) (((x) & 0xff800000) == 0) || (((x) & 0xff000000) == 0xff000000)
40
41
void asm_arm_end_pass(asm_arm_t *as) {
42
- if (as->base.pass == ASM_ARM_PASS_EMIT) {
+ if (as->base.pass == MP_ASM_PASS_EMIT) {
43
#ifdef __arm__
44
// flush I- and D-cache
45
asm volatile(
0 commit comments