Subversion Repositories Kolibri OS

Rev

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

Rev 9679 Rev 9692
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2018. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2018. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 9679 $
8
$Revision: 9692 $
9
 
9
 
10
 
10
 
Line 421... Line 421...
421
        push    ebx
421
        push    ebx
422
        push    esi
422
        push    esi
423
        push    edi
423
        push    edi
Line 424... Line 424...
424
 
424
 
425
        mov     eax, [current_slot_idx]
-
 
426
        ;shl     eax, 5
-
 
427
        ;mov     eax, [TASK_TABLE+eax+TASKDATA.pid]
425
        mov     eax, [current_slot_idx]
428
        shl     eax, 8
426
        shl     eax, 8
429
        mov     eax, [eax + SLOT_BASE + APPDATA.tid]
427
        mov     eax, [eax + SLOT_BASE + APPDATA.tid]
430
        mov     ebx, [src]
428
        mov     ebx, [src]
431
        mov     ecx, [flags]
429
        mov     ecx, [flags]