wok diff linld/stuff/src/XMM.ASM @ rev 24015

Up tazinst (112)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 25 10:56:54 2021 +0000 (2021-02-25)
parents bc4b94310a29
children 61df94a0fa43
line diff
     1.1 --- a/linld/stuff/src/XMM.ASM	Thu Feb 18 08:56:43 2021 +0000
     1.2 +++ b/linld/stuff/src/XMM.ASM	Thu Feb 25 10:56:54 2021 +0000
     1.3 @@ -64,7 +64,7 @@
     1.4  LARGE_XMM_ALLOC	=	1
     1.5  		ifdef	LARGE_XMM_ALLOC
     1.6                  mov     ch,89h          ;allocate blk of EDX kilobytes
     1.7 -		test	[skip_alloc],ch	; 89h & ('*'=2Ah) = 08h
     1.8 +		test	[skip_alloc],ch
     1.9  		jne	@@err
    1.10  		extrn	_cpu386:byte
    1.11  		test	[_cpu386],ch