libucontext/arch/x86_64
A. Wilcox 6046eb47e4
Reorder registers in other x86_64 assembler files
This fixes the previous commit which changed the register order in
swapcontext only, which caused setcontext to subtly corrupt the stack.
2018-07-19 17:18:19 -05:00
..
getcontext.S Reorder registers in other x86_64 assembler files 2018-07-19 17:18:19 -05:00
makecontext.c implement ucontext functions on x86_64 2018-01-30 03:41:02 +00:00
setcontext.S Reorder registers in other x86_64 assembler files 2018-07-19 17:18:19 -05:00
startcontext.S x86_64: trampoline: do same cleanups as in x86 2018-02-15 04:34:37 +00:00
swapcontext.S fix x86_64 register order for swapcontext 2018-07-18 15:47:27 +03:00