net/fs/fs.inc - sync with main trunk

git-svn-id: svn://kolibrios.org@1186 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Dmitry Kartashov (shurf) 2009-09-28 20:07:21 +00:00
parent d0d8c7f17c
commit b3b3d9d928

View File

@ -764,17 +764,17 @@ i1:
; ja err
sub al,48
shl cx,1
jc err
jc error
mov bx,cx
shl cx,1
jc err
jc error
shl cx,1
jc err
jc error
add cx,bx
jc err
jc error
cbw
add cx,ax
jc err
jc error
i3:
inc edi
jmp i1
@ -789,7 +789,7 @@ i4:
pop bx
ret
err:
error:
stc
jmp i4