libucontext/arch/ppc64
Bobby Bingham b9bd4045fb ppc32/64: fix back chain pointer
The ABI states that sp[0] should point to the previous stack frame, or be
zero if there is no previous stack frame.  makecontext previously set this
slot to point to the __start_context function, rather than to a valid
stack frame.
2019-04-05 14:15:49 -05:00
..
defs.h arch: ppc64: now working 2018-02-06 08:05:53 +00:00
getcontext.c arch: add ppc64 port does not work yet 2018-02-06 06:19:44 +00:00
makecontext.c ppc32/64: fix back chain pointer 2019-04-05 14:15:49 -05:00
setcontext.c arch: add ppc64 port does not work yet 2018-02-06 06:19:44 +00:00
startcontext.S ppc64: trampoline: cleanups 2018-02-15 04:36:47 +00:00
swapcontext.c arch: add ppc64 port does not work yet 2018-02-06 06:19:44 +00:00