Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1468 → Rev 1469

/programs/develop/libraries/box_lib/asm/trunk/opendial.mac
109,9 → 109,6
add edi,4096-256
 
mov esi,od_filename_area
; xor eax,eax
; mov al,[esi]
; test eax,eax
test esi,esi
jnz @f
mov esi,.null
134,15 → 131,14
shr eax,31
test eax,eax
jnz .1
jmp .still
.red:
.still:
mcall 23,50
cmp eax,1
jne @f
pusha
call od_draw_window
popa
.still:
mcall 23,50
cmp eax,1
je .red
@@:
mov eax,od_com_area
movzx ebx,word [eax]
test ebx,ebx