wok rev 21779

linld: fix strdup (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 11 16:53:39 2019 +0200 (2019-07-11)
parents 1865d8875a8e
children 97b8cb8c268b
files linld/stuff/src/CRTL.ASM
line diff
     1.1 --- a/linld/stuff/src/CRTL.ASM	Thu Jul 11 14:55:02 2019 +0200
     1.2 +++ b/linld/stuff/src/CRTL.ASM	Thu Jul 11 16:53:39 2019 +0200
     1.3 @@ -1357,7 +1357,7 @@
     1.4  		sub	ax,si			; progname len
     1.5  		push	ax
     1.6  		call	malloc_or_die
     1.7 -		mov	ax,di
     1.8 +		mov	di,ax
     1.9  		pop	cx
    1.10  		push	ds
    1.11  		push	es