Subversion Repositories Kolibri OS

Rev

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

Rev 335 Rev 379
Line 29... Line 29...
29
    jmp   reserve_flp
29
    jmp   reserve_flp
Line 30... Line 30...
30
 
30
 
Line 31... Line 31...
31
  reserve_flp_ok:
31
  reserve_flp_ok:
32
 
32
 
33
    push  eax
33
    push  eax
34
    mov   eax,[0x3000]
34
    mov   eax,[CURRENT_TASK]
35
    shl   eax,5
35
    shl   eax,5
36
    mov   eax,[eax+0x3000+TASKDATA.pid]
36
    mov   eax,[eax+CURRENT_TASK+TASKDATA.pid]
37
    mov   [flp_status],eax
37
    mov   [flp_status],eax
38
    pop   eax
38
    pop   eax