Subversion Repositories Kolibri OS

Rev

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

Rev 303 Rev 379
Line 363... Line 363...
363
        mov   [edi],ax
363
        mov   [edi],ax
Line 364... Line 364...
364
 
364
 
365
        shl   eax,4
365
        shl   eax,4
Line 366... Line 366...
366
        add   eax,edi
366
        add   eax,edi
367
 
367
 
Line 368... Line 368...
368
        mov   bx,[0x3000]
368
        mov   bx,[CURRENT_TASK]
369
        mov   [eax],bx
369
        mov   [eax],bx
370
 
370
 
Line 402... Line 402...
402
        mov   [edi],ax
402
        mov   [edi],ax
Line 403... Line 403...
403
 
403
 
404
        shl   eax,4
404
        shl   eax,4
Line 405... Line 405...
405
        add   eax,edi
405
        add   eax,edi
406
 
406
 
Line 407... Line 407...
407
        mov   bx,[0x3000]
407
        mov   bx,[CURRENT_TASK]
408
        mov   [eax],bx
408
        mov   [eax],bx
409
 
409