diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-07-12 14:51:48 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-07-12 15:57:28 +0300 |
commit | 58c9586c343870e721512975af55cf210b45f756 (patch) | |
tree | 39d41693b91cb73566ffb8a01c98aa47b0fd0929 /py/pfenv.c | |
parent | 2097c8b1e16ed2e4a2ed9dd75623f02b42cf805a (diff) | |
download | micropython-58c9586c343870e721512975af55cf210b45f756.tar.gz micropython-58c9586c343870e721512975af55cf210b45f756.zip |
emitbc: Fix structure field alignment issue.
dummy_data field is accessed as uint value (e.g.
in emit_write_bytecode_byte_ptr), but is not aligned as such, which causes
bus errors or incorrect behavior on any arch requiring strictly aligned
data (ARM pre-v7, MIPS, etc, etc).
Diffstat (limited to 'py/pfenv.c')
0 files changed, 0 insertions, 0 deletions