mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
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).
32 KiB
32 KiB