Skip to content
  • Paul Sokolovsky's avatar
    emitbc: Fix structure field alignment issue. · 58c9586c
    Paul Sokolovsky authored
    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).
    58c9586c