summaryrefslogtreecommitdiff
path: root/src/thread/riscv32
AgeCommit message (Collapse)AuthorLines
2025-02-21clone: align the given stack pointer on or1k and riscvAlex Rønne Petersen-0/+1
This was an oversight specific to these archs; others have always aligned the new stack pointer correctly.
2024-02-29riscv32: add thread supportStefan O'Rear-0/+76
Identical to riscv64 except for stack offsets in clone.