Subversion Repositories Kolibri OS

Rev

Rev 485 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 485 Rev 1493
Line 66... Line 66...
66
    mov  dx,[ebx+4]
66
    mov  dx,[ebx+4]
67
    mov  esi,[ebx+30]
67
    mov  esi,[ebx+30]
68
  .less:
68
  .less:
69
    loop .nxt
69
    loop .nxt
70
    push esi
70
    push esi
71
    mcall 51,1,new_thread,APP_MEM
71
    mcall 51,1,new_thread,thread_stack ;APP_MEM
72
    pop  edx
72
    pop  edx
73
    cmp  edx,[childPID]
73
    cmp  edx,[childPID]
74
    jne  .nochild
74
    jne  .nochild
75
    mov  edx,[parentPID]
75
    mov  edx,[parentPID]
76
  .nochild:
76
  .nochild: