From: hpa Date: Thu, 16 Dec 2004 07:56:54 +0000 (+0000) Subject: Fix the sense of a couple of tests. We now get to the command line. X-Git-Tag: syslinux-3.11~312 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca558f22eba7c203341bb1faf5c9b44d869e33a3;p=profile%2Fivi%2Fsyslinux.git Fix the sense of a couple of tests. We now get to the command line. --- diff --git a/ldlinux.asm b/ldlinux.asm index 9b2f71e..4ab0921 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -866,7 +866,7 @@ expand_super: genfatinfo: mov edx,[bxSectors] and dx,dx - jz .have_secs + jnz .have_secs mov edx,[bsHugeSectors] .have_secs: mov [TotalSectors],edx @@ -879,7 +879,7 @@ genfatinfo: mov [FAT],eax ; Beginning of FAT mov edx,[bxFATsecs] and dx,dx - jz .have_fatsecs + jnz .have_fatsecs mov edx,[bootsec+36] ; FAT32 BPB_FATsz32 .have_fatsecs: imul edx,[bxFATs]