1 Sep 2009 23:45
Re: RFC: setjmp/longjmp (and friends) for a new port
Joerg Sonnenberger <joerg <at> britannica.bec.de>
2009-09-01 21:45:48 GMT
2009-09-01 21:45:48 GMT
On Tue, Sep 01, 2009 at 08:11:40PM +0000, Christos Zoulas wrote: > Well, you could clear the uc_flags for signal mask and fpu before calling > setcontext to implement this, no? Actually, fpu needs to be part of setjmp/longjmp. Signal mask should be optional depending on the function being called. Especially if the setcontext implementation is pure userland. Joerg
RSS Feed