Subversion Repositories Kolibri OS

Rev

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

Rev 4906 Rev 4907
Line 663... Line 663...
663
        push    ecx
663
        push    ecx
664
        push    ebp
664
        push    ebp
Line 665... Line 665...
665
 
665
 
Line -... Line 666...
-
 
666
        mov     ebp, ecx
-
 
667
 
666
        mov     ebp, ecx
668
        mov     eax, [esi]
667
 
669
 
668
        mov     ecx, (COLOR_TXT_INACTIVE or 0x40000000)
670
        mov     ecx, (COLOR_TXT_INACTIVE or 0x40000000)
669
        cmp     [debuggee_pid], 0
671
        cmp     [debuggee_pid], 0
670
        jz      .cd
672
        jz      .cd
Line 671... Line 673...
671
        cmp     [bSuspended], 0
673
        cmp     [bSuspended], 0
672
        jz      .cd
-
 
673
 
674
        jz      .cd
674
        mov     ecx, (COLOR_TXT_NORMAL or 0x40000000)
675
 
675
        mov     eax, [esi]
676
        mov     ecx, (COLOR_TXT_NORMAL or 0x40000000)
676
        cmp     eax, dword [esi+oldcontext-context]
677
        cmp     eax, dword [esi+oldcontext-context]
677
        je      .cd
678
        je      .cd