K 10 svn:author V 5 peter K 8 svn:date V 27 2003-09-04T00:29:12.000000Z K 7 svn:log V 256 Apply same basic fix for getcontext(2) as for i386. Store the return value for getcontext() in a preserved register rather than on the stack. The second time around, the stack value would likely have changed so we can't depend on it for the return value. END