wok rev 24153

linld : typo in CRTL.ASM
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 06 11:33:53 2021 +0000 (2021-12-06)
parents a8ab25106e45
children d383d2a6cb20
files linld/stuff/src/CRTL.ASM
line diff
     1.1 --- a/linld/stuff/src/CRTL.ASM	Mon Dec 06 10:55:21 2021 +0000
     1.2 +++ b/linld/stuff/src/CRTL.ASM	Mon Dec 06 11:33:53 2021 +0000
     1.3 @@ -539,7 +539,7 @@
     1.4  		mov	ax,7FF0h		; old way : up to md5 signature
     1.5  @@oldway:
     1.6  		xor	ax,6FF0h		; new way : between Apple partitions = up to 1000h
     1.7 -		neg	word ptr [bx+4]		; fix x->filesize
     1.8 +		neg	[word bx+4]		; fix x->filesize
     1.9  		js	@@oldway
    1.10  		cwd
    1.11  		mov	[word bx+6],dx