wok-current diff linld/stuff/src/XMM.ASM @ rev 20119

slitaz-base-files (333), slitaz-boot-scripts (445), slitaz-configs (313), slitaz-tools (1025), tazbug (152), tazinst (93), tazirc (22), tazlito (469), tazpanel (617), tazweb (208): revision of german messages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 10:45:51 2017 +0200 (2017-10-14)
parents 96b6a30a3f9a
children 04feaffdc0d9
line diff
     1.1 --- a/linld/stuff/src/XMM.ASM	Fri Mar 31 16:58:50 2017 +0200
     1.2 +++ b/linld/stuff/src/XMM.ASM	Sat Oct 14 10:45:51 2017 +0200
     1.3 @@ -112,11 +112,9 @@
     1.4  		mov	dx,[bx+8]		; hi m->size
     1.5  		sub	ax,1
     1.6  		sbb	dx,0
     1.7 -		mov	cx,10
     1.8 -@@tokblp:
     1.9 -		shr	dx,1
    1.10 -		rcr	ax,1
    1.11 -		loop	@@tokblp
    1.12 +		mov	cl,10
    1.13 +		extrn	N_LXURSH@:near
    1.14 +		call	N_LXURSH@
    1.15  		endif
    1.16                  inc     dx
    1.17  		push	bx