wok diff linld/stuff/src/_BEG.ASM @ rev 20160

linld: fix puts
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 01 11:21:28 2018 +0100 (2018-01-01)
parents 04feaffdc0d9
children c0625ff5d49b
line diff
     1.1 --- a/linld/stuff/src/_BEG.ASM	Sat Nov 11 10:57:19 2017 +0100
     1.2 +++ b/linld/stuff/src/_BEG.ASM	Mon Jan 01 11:21:28 2018 +0100
     1.3 @@ -175,14 +175,14 @@
     1.4  		xchg	ax,bx
     1.5                  mov	[bx+si],bh		; set eos
     1.6  argbuild:
     1.7 -		;ifdef	DEBUG
     1.8 +		ifdef	DEBUG
     1.9                  p386
    1.10  		pusha
    1.11  		mov	bx,si
    1.12  		extrn	puts:near
    1.13  		call	puts
    1.14  		popa
    1.15 -		;endif
    1.16 +		endif
    1.17                  mov	bx,2			; argc * 2
    1.18  argeos:
    1.19                  mov	dl,1			; look for a start of string