libucontext/arch/x86_64
Timo Teräs 790ed28aff fix x86_64 register order for swapcontext
rbp and rsi were reversed causing argument passing to fail since
rsi is used to pass 2nd argument.

fixes #9
2018-07-18 15:47:27 +03:00
..
getcontext.S x86/x86_64: getcontext: no need to restore %ecx or %rcx 2018-02-14 05:12:09 +00:00
makecontext.c implement ucontext functions on x86_64 2018-01-30 03:41:02 +00:00
setcontext.S implement ucontext functions on x86_64 2018-01-30 03:41:02 +00: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