On Feb 19, 2008 2:42 PM, Andrew Lentvorski <[EMAIL PROTECTED]> wrote: > Bob La Quey wrote: > > The stack is saved in the environment. Doesn't that let you get back to > > where you were? > > No, the stack pointer is saved in the environment, not the stack.
That is _not_ how I read: "A call to setjmp() shall save the calling environment in its env argument for later use by longjmp()." http://www.opengroup.org/onlinepubs/000095399/functions/setjmp.html I think that we all understand the issues though. The question is, "What does setump() do." BobLQ -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
