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/nlrxtensa.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/nlrxtensa.S')
| -rw-r--r-- | py/nlrxtensa.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/nlrxtensa.S b/py/nlrxtensa.S index 083215a18..293fb9f0a 100644 --- a/py/nlrxtensa.S +++ b/py/nlrxtensa.S @@ -108,7 +108,4 @@ nlr_jump: ret.n .size nlr_jump, .-nlr_jump - .local nlr_top - .comm nlr_top,4,4 - #endif // defined(__xtensa__) |
