Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3614 → Rev 3613

/drivers/fdo.inc
234,11 → 234,11
debug_func fdo_debug_outchar
debug_beginf
pushad
movzx ecx,al
mov ebx,1
movzx ebx,al
mov eax,1
; mov ecx,sys_msg_board
; call ecx ; sys_msg_board
stdcall SysMsgBoard
stdcall SysMsgBoardChar
popad
ret
debug_endf
245,15 → 245,15
 
debug_func fdo_debug_outstr
debug_beginf
mov ebx,1
mov eax,1
.l1: dec esi
js .l2
movzx ecx,byte[edx]
or cl,cl
movzx ebx,byte[edx]
or bl,bl
jz .l2
; mov ecx,sys_msg_board
; call ecx ; sys_msg_board
stdcall SysMsgBoard
stdcall SysMsgBoardChar
inc edx
jmp .l1
.l2: ret