K 10 svn:author V 3 tmm K 8 svn:date V 27 2004-03-23T23:12:02.000000Z K 7 svn:log V 306 Intitialize the frame pointer and return pc of a new process created in cpu_fork(). This prevents the stack tracer from running past the end of the stack (only the pc is checked in that case), which became fatal when db_print_backtrace() was introduced and called outside of ddb. Additional testing: kris END