forked from KolibriOS/kolibrios
mtdbg: fix garbage
git-svn-id: svn://kolibrios.org@4907 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
cab8cf62a6
commit
1d49834274
@ -665,6 +665,8 @@ draw_register:
|
||||
|
||||
mov ebp, ecx
|
||||
|
||||
mov eax, [esi]
|
||||
|
||||
mov ecx, (COLOR_TXT_INACTIVE or 0x40000000)
|
||||
cmp [debuggee_pid], 0
|
||||
jz .cd
|
||||
@ -672,7 +674,6 @@ draw_register:
|
||||
jz .cd
|
||||
|
||||
mov ecx, (COLOR_TXT_NORMAL or 0x40000000)
|
||||
mov eax, [esi]
|
||||
cmp eax, dword [esi+oldcontext-context]
|
||||
je .cd
|
||||
mov ecx, (COLOR_TXT_CHANGED or 0x40000000)
|
||||
|
Loading…
Reference in New Issue
Block a user