wok diff linld/stuff/src/CRTL.ASM @ rev 25670

Up mediawiki (1.41.0), memcached (1.6.23), metasploit (6.3.56), modsecurity-apache (2.9.7), mutt (2.2.12), ncurses (6.4), nginx (1.25.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 17:20:49 2024 +0000 (4 months ago)
parents e4805f18eb64
children
line diff
     1.1 --- a/linld/stuff/src/CRTL.ASM	Sun Dec 26 17:19:46 2021 +0000
     1.2 +++ b/linld/stuff/src/CRTL.ASM	Sun Feb 25 17:20:49 2024 +0000
     1.3 @@ -963,8 +963,8 @@
     1.4  		cmp	al,'/'			; 2f
     1.5  		jne	@@notopt
     1.6  		mov	al,'-'
     1.7 +		;endif
     1.8  @@notopt:
     1.9 -		;endif
    1.10  		inc	bx			; keywords++
    1.11  		cmp	al,[bx]
    1.12  		je	@@match
    1.13 @@ -1053,7 +1053,7 @@
    1.14  @@setnum2:
    1.15  		xchg	ax,si
    1.16  @@done:
    1.17 -		or	[di],si
    1.18 +		mov	[di],si
    1.19  		xchg	ax,di
    1.20  @@nokeyword:
    1.21  		pop	di si bx