diff options
author | Damien George <damien.p.george@gmail.com> | 2017-07-18 16:17:23 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-07-18 16:17:23 +1000 |
commit | 016325dd0a5ad0904378004e728ccca19ee2b30d (patch) | |
tree | e0486b574a08cebc74fb9f66d54f042222a92257 /py/objbool.c | |
parent | 299bc625864b9e624ed599c94a5f95870516139a (diff) | |
download | micropython-016325dd0a5ad0904378004e728ccca19ee2b30d.tar.gz micropython-016325dd0a5ad0904378004e728ccca19ee2b30d.zip |
py/vm: Make n_state variable local to just set-up part of VM.
It's not used anywhere else in the VM loop, and clashes with (is shadowed
by) the n_state variable that's redeclared towards the end of the
mp_execute_bytecode function. Code size is unchanged.
Diffstat (limited to 'py/objbool.c')
0 files changed, 0 insertions, 0 deletions