Commit 8af2d016 authored by Lucas Russo's avatar Lucas Russo

linker/bpm-sw.ld: align section to 8 bytes

This is good to ensure correct boundaries
on 64-bit systems.
parent 82ef3aa3
SECTIONS
{
.smio_mod_dispatch : ALIGN(4)
.smio_mod_dispatch : ALIGN(8)
{
_smio_mod_dispatch = .;
KEEP(*(.smio_mod_dispatch))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment