diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-10 15:57:04 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-12 12:46:18 -0800 |
| commit | cea5503ca006c712c007ad6d38c140c4ac241638 (patch) | |
| tree | e7312e65bd59a2f81d3ea7c42eee7b4832295d7c /py/asmx86.h | |
| parent | dfb61f01dbd1d580ff11503f531bb5972cbbd433 (diff) | |
Fixup warnings from merge about undefined macro values, switch to
VM keyboard exception and switch to FATFS reader.
Diffstat (limited to 'py/asmx86.h')
| -rw-r--r-- | py/asmx86.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
