From cea5503ca006c712c007ad6d38c140c4ac241638 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 10 Jan 2017 15:57:04 -0800 Subject: Fixup warnings from merge about undefined macro values, switch to VM keyboard exception and switch to FATFS reader. --- py/asmx86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/asmx86.h') diff --git a/py/asmx86.h b/py/asmx86.h index 0b44af663..be76b1ab7 100644 --- a/py/asmx86.h +++ b/py/asmx86.h @@ -112,7 +112,7 @@ void asm_x86_mov_r32_to_local(asm_x86_t* as, int src_r32, int dest_local_num); void asm_x86_mov_local_addr_to_r32(asm_x86_t* as, int local_num, int dest_r32); void asm_x86_call_ind(asm_x86_t* as, void* ptr, mp_uint_t n_args, int temp_r32); -#if GENERIC_ASM_API +#ifdef GENERIC_ASM_API // The following macros provide a (mostly) arch-independent API to // generate native code, and are used by the native emitter. -- cgit v1.2.3