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:
heavyiron
2009-03-07 07:09:34 +00:00
parent acc53d676a
commit 3021284b0a

View File

@@ -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