diff options
Diffstat (limited to 'py/emitnx64.c')
| -rw-r--r-- | py/emitnx64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/emitnx64.c b/py/emitnx64.c index 4abb3ecad..1b32286d2 100644 --- a/py/emitnx64.c +++ b/py/emitnx64.c @@ -10,8 +10,6 @@ // Word indices of REG_LOCAL_x in nlr_buf_t #define NLR_BUF_IDX_LOCAL_1 (5) // rbx -#define NLR_BUF_IDX_LOCAL_2 (6) // r12 -#define NLR_BUF_IDX_LOCAL_3 (7) // r13 #define N_X64 (1) #define EXPORT_FUN(name) emit_native_x64_##name |
