# HG changeset patch # User Pascal Bellard # Date 1562856819 -7200 # Node ID b32203f09af809defd390bff78abc2d5da1105c8 # Parent 1865d8875a8e5cee5a517533d6ef22ee553c806c linld: fix strdup (again) diff -r 1865d8875a8e -r b32203f09af8 linld/stuff/src/CRTL.ASM --- a/linld/stuff/src/CRTL.ASM Thu Jul 11 14:55:02 2019 +0200 +++ b/linld/stuff/src/CRTL.ASM Thu Jul 11 16:53:39 2019 +0200 @@ -1357,7 +1357,7 @@ sub ax,si ; progname len push ax call malloc_or_die - mov ax,di + mov di,ax pop cx push ds push es