Tighten close_file, fix SYSLINUX new file API
[profile/ivi/syslinux.git] / comboot.inc
index 99a4115..07ec352 100644 (file)
 
 ; Looks like a COMBOOT image but too large
 comboot_too_large:
-               and si,si
-               jnz .closed
                call close_file
-.closed:
                mov si,err_comlarge
                call cwritestr
                jmp enter_command