mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
51490bad55
I've seen a module with 16 bytes .rodata alignment for xmm operations. It was getting SEGV on sim/Linux because of the alignment issue. The same module binary seems working fine after applying this patch. Also, tested on sim/macOS and esp32 on qemu, using a module with an artificially large alignment. (64 bytes)