/[hurd]/hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c
ViewVC logotype

Diff of /hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by neal, Mon Nov 18 22:20:58 2002 UTC revision 1.3 by neal, Mon Nov 25 21:07:34 2002 UTC
# Line 89  __pthread_setup (struct __pthread *threa Line 89  __pthread_setup (struct __pthread *threa
89    thread->mcontext.pc = entry_point;    thread->mcontext.pc = entry_point;
90    thread->mcontext.sp = stack_setup (thread, start_routine, arg);    thread->mcontext.sp = stack_setup (thread, start_routine, arg);
91    
92    ktid = __mach_port_self ();    ktid = __mach_thread_self ();
93    if (thread->kernel_thread != ktid)    if (thread->kernel_thread != ktid)
94      {      {
95        err = __thread_set_pcsp (thread->kernel_thread,        err = __thread_set_pcsp (thread->kernel_thread,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26