From 3021284b0a5ce40f4d764ffc70a52eef283476db Mon Sep 17 00:00:00 2001 From: heavyiron Date: Sat, 7 Mar 2009 07:09:34 +0000 Subject: [PATCH] small fix to correct compiling with fasm 1.67.34 git-svn-id: svn://kolibrios.org@1047 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/fs/fs.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/trunk/fs/fs.inc b/kernel/trunk/fs/fs.inc index da6f446338..71faa505c1 100644 --- a/kernel/trunk/fs/fs.inc +++ b/kernel/trunk/fs/fs.inc @@ -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