diff options
| author | Damien George | 2015-01-01 21:47:58 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-01 21:47:58 +0000 |
| commit | 8a2347723eba9899a12799021b4e47bd1fa20282 (patch) | |
| tree | 9724b91cfbc5c4b6eec2cee2c88f6607c7d0b1f0 /py/nlrx86.S | |
| parent | 0b2a60acbec3e2789e75c63b391828656ccf1c77 (diff) | |
py: Move global variable nlr_top to one place, in a .c file.
This reduces dependency on assembler, and allows to consolidate global
variables in the future.
Diffstat (limited to 'py/nlrx86.S')
| -rw-r--r-- | py/nlrx86.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/py/nlrx86.S b/py/nlrx86.S index 8ce93f227..7d12d3893 100644 --- a/py/nlrx86.S +++ b/py/nlrx86.S @@ -121,13 +121,4 @@ nlr_jump: .size nlr_jump, .-nlr_jump #endif -/**************************************/ -// local variable nlr_top - - .bss -#ifndef _WIN32 - .local nlr_top -#endif - .comm nlr_top,4,4 - #endif // defined(__i386__) && !MICROPY_NLR_SETJMP |
