mirror of
https://github.com/apache/nuttx.git
synced 2026-08-24 15:08:47 +00:00
This fixes a crash at boot on 64-bit risc-v systems which need to store 64-bit registers to the stack aligned to 8 byte boundary. Specifically, this uses 8 bytes to store ra and s0 on rv32 and 16 bytes on rv64, and does the register stores and loads properly aligned acc. to the register size. Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| ceva | ||
| dummy | ||
| hc | ||
| mips | ||
| misoc | ||
| or1k | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| z16 | ||
| z80 | ||
| CMakeLists.txt | ||
| Kconfig | ||