HomeFreeBSD

Fix makecontext() on MIPS O32.

Description

Fix makecontext() on MIPS O32.

The GP register can be clobbered by the callback, so save it in S1
while invoking the callback function.

While here, add a comment expounding on the treatment of GP for the
various ABIs and the assumptions made.

Reviewed by: jmallett (earlier version)
Sponsored by: DARPA / AFRL
Differential Revision: https://reviews.freebsd.org/D14179

Details

Provenance
jhbAuthored on
Reviewer
jmallett
Differential Revision
D14179: Fix makecontext() on MIPS O32.
Parents
rS328892: Garbage collect trailing whitespace.
Branches
Unknown
Tags
Unknown