198
198
/* Assume that the stack starts at the previous even 65K */
199
199
stack_bottom= (uchar*) (((ulong) &fp + tmp) &
201
fprintf(stderr, "Cannot determine thread, fp=%p, backtrace may not be correct.\n", fp);
201
fprintf(stderr, "Cannot determine thread, fp=%p, backtrace may not be correct.\n", (void *)fp);
203
203
if (fp > (uchar**) stack_bottom ||
204
204
fp < (uchar**) stack_bottom - thread_stack)
206
206
fprintf(stderr, "Bogus stack limit or frame pointer,\
207
207
fp=%p, stack_bottom=%p, thread_stack=%ld, aborting backtrace.\n",