wok-6.x diff linld/stuff/src/CRTL.ASM @ rev 21712

get-LibreOffice: fix menu entries
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 09 10:58:25 2019 +0200 (2019-06-09)
parents 93f070d4d2d7
children 6460d542c35a
line diff
     1.1 --- a/linld/stuff/src/CRTL.ASM	Thu May 30 10:51:27 2019 +0200
     1.2 +++ b/linld/stuff/src/CRTL.ASM	Sun Jun 09 10:58:25 2019 +0200
     1.3 @@ -952,7 +952,9 @@
     1.4  		jnz	@@next
     1.5  		mov	[(image_himem di).next_chunk],offset next_chunk
     1.6  @@next:
     1.7 +		push	di
     1.8                  call	[(image_himem di).next_chunk]	; m->next_chunk()
     1.9 +                pop	di
    1.10  		else
    1.11  @@next:
    1.12  		call	next_chunk
    1.13 @@ -973,7 +975,9 @@
    1.14  		jnz	@@next
    1.15                  pop	[(image_himem di).state]
    1.16  		ifdef	EXTRA
    1.17 +		push	di
    1.18                  call	[(image_himem di).next_chunk]	; m->next_chunk()
    1.19 +                pop	di
    1.20  		else
    1.21  		call	next_chunk
    1.22  		endif