wok diff linld/stuff/src/CRTL.ASM @ rev 23806

linld: add isoboot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 16:16:52 2020 +0000 (2020-05-24)
parents 56ee356284c6
children 9096d6788292
line diff
     1.1 --- a/linld/stuff/src/CRTL.ASM	Sat May 23 18:02:24 2020 +0000
     1.2 +++ b/linld/stuff/src/CRTL.ASM	Sun May 24 16:16:52 2020 +0000
     1.3 @@ -1009,7 +1009,7 @@
     1.4  		sub	dx,si
     1.5  		mov	bx,[di]
     1.6  		call	@read$cxdxbx
     1.7 -		jbe	image_done
     1.8 +		jb	image_done
     1.9  		xor	cx,cx
    1.10  		cwd				; ax < 8000h
    1.11  		ifndef	NO386