cvs commit: src/lib Makefile
Marcel Moolenaar
marcel at xcllnt.net
Sat Jul 19 22:39:20 PDT 2003
On Sun, Jul 20, 2003 at 01:06:59AM -0400, Daniel Eischen wrote:
> Here's a test program:
>
> http://people.freebsd.org/~deischen/ucontext/test_context.c
Excellent. Comes in handy for me as well.
BTW: The 3rd makecontext() fails on ia64 because only 8 arguments
are allowed. This is a technical limitation (the first 8 arguments
are passed in registers, the remaining on the stack) -- it makes
the implementation simpler. Linux has the same limitation.
--
Marcel Moolenaar USPA: A-39004 marcel at xcllnt.net
More information about the freebsd-alpha
mailing list