libucontext/arch/aarch64
Volker Christian 124a962b39 aarch64: fix return value if getcontext was used to acquire the current context.
x0 hast to be 0 in case setcontext is called with a context acquired by getcontext.
Thus x0=0 must be stored in getcontext.
2024-08-07 17:45:47 -07:00
..
include/libucontext Adjusted location within ucontext of saved/restored FP regs for compatibility 2021-07-30 12:45:12 -07:00
defs.h Adjusted location within ucontext of saved/restored FP regs for compatibility 2021-07-30 12:45:12 -07:00
getcontext.S aarch64: fix return value if getcontext was used to acquire the current context. 2024-08-07 17:45:47 -07:00
makecontext.c everywhere: drop _GNU_SOURCE requirement 2021-03-09 00:25:13 -07:00
setcontext.S Adjusted location within ucontext of saved/restored FP regs for compatibility 2021-07-30 12:45:12 -07:00
swapcontext.S Adjusted location within ucontext of saved/restored FP regs for compatibility 2021-07-30 12:45:12 -07:00
trampoline.c build: remove -DLIBUCONTEXT_ASSEMBLY 2021-01-08 03:11:25 -07:00