diff options
Diffstat (limited to 'py/nlrx64.S')
| -rw-r--r-- | py/nlrx64.S | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/py/nlrx64.S b/py/nlrx64.S index d00102050..b0c2e7445 100644 --- a/py/nlrx64.S +++ b/py/nlrx64.S @@ -131,15 +131,6 @@ nlr_jump: je _nlr_jump_fail # transfer control to nlr_jump_fail #endif -/**************************************/ -// local variable nlr_top - -#if !(defined(__APPLE__) && defined(__MACH__)) - .bss - .local nlr_top -#endif - .comm nlr_top,8,8 - #else // !defined(__CYGWIN__) /******************************************************************************/ @@ -210,12 +201,6 @@ nlr_jump: movq %rax, %rcx # put argument back in first-arg register je nlr_jump_fail # transfer control to nlr_jump_fail -/**************************************/ -// local variable nlr_top - - .bss - .comm nlr_top,8,8 - #endif // !defined(__CYGWIN__) #endif // defined(__x86_64__) && !MICROPY_NLR_SETJMP |
