forked from KolibriOS/kolibrios
small fix to correct compiling with fasm 1.67.34
git-svn-id: svn://kolibrios.org@1047 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
acc53d676a
commit
3021284b0a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user