py/asmarm: Fix assembler's PASS_EMIT constant name.

This commit is contained in:
Damien George 2017-01-03 15:40:50 +11:00
parent 714a59ab64
commit 3f9c45efd1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#define SIGNED_FIT24(x) (((x) & 0xff800000) == 0) || (((x) & 0xff000000) == 0xff000000)
void asm_arm_end_pass(asm_arm_t *as) {
if (as->base.pass == ASM_ARM_PASS_EMIT) {
if (as->base.pass == MP_ASM_PASS_EMIT) {
#ifdef __arm__
// flush I- and D-cache
asm volatile(