summaryrefslogtreecommitdiff
path: root/py/objmodule.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-06-11 11:36:39 +1000
committerDamien George <damien.p.george@gmail.com>2019-06-11 11:36:39 +1000
commit9d3031cc9d888321b122d7e92491ba045727ac32 (patch)
tree79ac545aef5a217989211ef539208ac0bd06f388 /py/objmodule.c
parent62f004ba424920a01e60c7a9a064b8ec9cd69c12 (diff)
tools/mpy-tool.py: Fix linking of qstr objects in native ARM Thumb code.
Previously, when linking qstr objects in native code for ARM Thumb, the index into the machine code was being incremented by 4, not 8. It should be 8 to account for the size of the two machine instructions movw and movt. This patch makes sure the index into the machine code is incremented by the correct amount for all variations of qstr linking. See issue #4829.
Diffstat (limited to 'py/objmodule.c')
0 files changed, 0 insertions, 0 deletions