wok diff linld/stuff/src/_END.ASM @ rev 23992

linld: skip xmm_alloc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 12 10:41:29 2020 +0000 (2020-12-12)
parents d33c3c211ef8
children a946c1651082
line diff
     1.1 --- a/linld/stuff/src/_END.ASM	Mon May 25 10:10:30 2020 +0000
     1.2 +++ b/linld/stuff/src/_END.ASM	Sat Dec 12 10:41:29 2020 +0000
     1.3 @@ -18,10 +18,11 @@
     1.4          ends    _DATA
     1.5  
     1.6          segment _BSS word public use16 'BSS'
     1.7 -STACK_SIZE = 1024
     1.8 -
     1.9 +		ifdef	EXTRA
    1.10          global  _version_string:byte
    1.11          label   _version_string byte
    1.12 +		endif
    1.13 +STACK_SIZE = 1024
    1.14  		db	STACK_SIZE dup(?)
    1.15          global  stktop:byte
    1.16          label   stktop byte