forked from KolibriOS/kolibrios
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:
parent
d0d8c7f17c
commit
b3b3d9d928
@ -764,17 +764,17 @@ i1:
|
|||||||
; ja err
|
; ja err
|
||||||
sub al,48
|
sub al,48
|
||||||
shl cx,1
|
shl cx,1
|
||||||
jc err
|
jc error
|
||||||
mov bx,cx
|
mov bx,cx
|
||||||
shl cx,1
|
shl cx,1
|
||||||
jc err
|
jc error
|
||||||
shl cx,1
|
shl cx,1
|
||||||
jc err
|
jc error
|
||||||
add cx,bx
|
add cx,bx
|
||||||
jc err
|
jc error
|
||||||
cbw
|
cbw
|
||||||
add cx,ax
|
add cx,ax
|
||||||
jc err
|
jc error
|
||||||
i3:
|
i3:
|
||||||
inc edi
|
inc edi
|
||||||
jmp i1
|
jmp i1
|
||||||
@ -789,7 +789,7 @@ i4:
|
|||||||
pop bx
|
pop bx
|
||||||
ret
|
ret
|
||||||
|
|
||||||
err:
|
error:
|
||||||
stc
|
stc
|
||||||
jmp i4
|
jmp i4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user