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

bluez: add /usr/bin/bluepin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 03 17:30:48 2017 +0200 (2017-04-03)
parents a7fbb1c5c71a
children df6498976257
line diff
     1.1 --- a/linld/stuff/src/MEMCPY32.ASM	Mon Apr 03 15:12:17 2017 +0200
     1.2 +++ b/linld/stuff/src/MEMCPY32.ASM	Mon Apr 03 17:30:48 2017 +0200
     1.3 @@ -177,6 +177,7 @@
     1.4  @@2flat:
     1.5  		mov	ax,[bp+si+10]		; srcofs, dstofs lo
     1.6  		mov	dx,[bp+si+10+2]		; srcofs, dstofs hi
     1.7 +		extrn	N_LXURSH@4:near
     1.8  		call	near N_LXURSH@4
     1.9  		or	bx,dx			; >=1mb flag
    1.10  		push	ax			; srcseg, dstseg
    1.11 @@ -300,24 +301,6 @@
    1.12  
    1.13          endp    _memcpy32
    1.14  
    1.15 -		ifdef	NO386
    1.16 -        global  N_LXURSH@:near
    1.17 -        global  N_LXURSH@4:near
    1.18 -        proc    N_LXURSH@4 near
    1.19 -
    1.20 -		mov	cl,4
    1.21 -N_LXURSH@:
    1.22 -		mov	ch,0
    1.23 -@@loop:
    1.24 -		shr	dx,1
    1.25 -		rcr	ax,1
    1.26 -		loop	@@loop
    1.27 -		ret
    1.28 -
    1.29 -        endp    N_LXURSH@4
    1.30 -
    1.31 -		endif
    1.32 -
    1.33          ends    _TEXT
    1.34  
    1.35          end