From ad297a1950c74c35c90dd655ae9a69d33ed28dc0 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 9 Dec 2016 13:17:49 +1100 Subject: py: Allow inline-assembler emitter to be generic. This patch refactors some code so that it is easier to integrate new inline assemblers for different architectures other than ARM Thumb. --- py/compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/compile.h') diff --git a/py/compile.h b/py/compile.h index 3cca4cb30..45a98588d 100644 --- a/py/compile.h +++ b/py/compile.h @@ -36,7 +36,7 @@ enum { MP_EMIT_OPT_BYTECODE, MP_EMIT_OPT_NATIVE_PYTHON, MP_EMIT_OPT_VIPER, - MP_EMIT_OPT_ASM_THUMB, + MP_EMIT_OPT_ASM, }; // the compiler will raise an exception if an error occurred -- cgit v1.2.3