diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-07-12 14:13:51 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-07-12 14:13:51 -0400 |
| commit | 0d27f4d9a66dcb47b545e715d1833094b0c7b484 (patch) | |
| tree | 14c17d103d0dfddae7f031aa4fdb004c5ebca2e1 /py/asmx64.h | |
| parent | 7c219600a246d8956d0b23ea3f5d125a820e6b6a (diff) | |
continued WIP: almost compiling
Diffstat (limited to 'py/asmx64.h')
| -rw-r--r-- | py/asmx64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/asmx64.h b/py/asmx64.h index 9ed2a6cf9..ed0b785fb 100644 --- a/py/asmx64.h +++ b/py/asmx64.h @@ -114,7 +114,7 @@ void asm_x64_mov_r64_to_local(asm_x64_t* as, int src_r64, int dest_local_num); void asm_x64_mov_local_addr_to_r64(asm_x64_t* as, int local_num, int dest_r64); void asm_x64_call_ind(asm_x64_t* as, void* ptr, int temp_r32); -#ifdef GENERIC_ASM_API +#if defined(GENERIC_ASM_API) && GENERIC_ASM_API // The following macros provide a (mostly) arch-independent API to // generate native code, and are used by the native emitter. |
