wok diff linld/stuff/src/MEMCPY32.ASM @ rev 20485

linld: fix memcpy32 (16 low mem case)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 23 08:25:49 2018 +0200 (2018-10-23)
parents cd2def637347
children d7919052f62f
line diff
     1.1 --- a/linld/stuff/src/MEMCPY32.ASM	Wed Oct 17 20:44:06 2018 +0200
     1.2 +++ b/linld/stuff/src/MEMCPY32.ASM	Tue Oct 23 08:25:49 2018 +0200
     1.3 @@ -123,7 +123,7 @@
     1.4  		inc	cx
     1.5                  sub     [word sz],cx
     1.6              rep movsb
     1.7 -		ja	@@movlp
     1.8 +		jae	@@movlp
     1.9  		dec	[word sz+2]
    1.10  		jns	@@movlp			; mov 1-16 more bytes...
    1.11  		pop	di