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

yarock: fix FindTaglib.cmake
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 19 10:25:12 2019 +0200 (2019-10-19)
parents fcb1de9af8f7
children 306a4bbdee7d
line diff
     1.1 --- a/linld/stuff/src/CRTL.ASM	Thu Oct 17 10:59:42 2019 +0200
     1.2 +++ b/linld/stuff/src/CRTL.ASM	Sat Oct 19 10:25:12 2019 +0200
     1.3 @@ -51,7 +51,7 @@
     1.4  c		db	?		;34	char c;
     1.5  _64bits		db	?		;35	char _64bits;
     1.6  buffer		db	?		;36	char buffer[2048+512];
     1.7 -ends					; } isostate;
     1.8 +ends		isostate		; } isostate;
     1.9  		public	_isostate
    1.10  _isostate	isostate	<?>
    1.11  		org	$-7
    1.12 @@ -561,19 +561,7 @@
    1.13  
    1.14  	endp	@die$qpxzc
    1.15  
    1.16 -struc   image_himem		;struct image_himem {
    1.17 -fd		dw	?	; 0    int fd;
    1.18 -fallback	dd	?	; 2    u32 fallback;
    1.19 -size		dd	?	; 6    u32 size;
    1.20 -remaining	dd	?	;10    u32 remaining;
    1.21 -buf		dd	?	;14    u32 buf;
    1.22 -bufv		dw	?	;18    u32 *bufv;
    1.23 -errmsg		dw	?	;20    char *errmsg;
    1.24 -chunk_size	dd	?	;22    u32 chunk_size;
    1.25 -next_chunk	dw	?	;26    void (*next_chunk)(struct image_himem *);
    1.26 -state		dw	?	;28    u16 state;
    1.27 -fd2close	dw	?	;30    u16 fd2close;
    1.28 -ends				;};
    1.29 +		include	"himem.inc"
    1.30  
    1.31  ;***************************************************************
    1.32  ;static long next_chunk(struct image_himem *di);
    1.33 @@ -648,7 +636,7 @@
    1.34  pageidx		dw	?		;   6  int pageidx;
    1.35  cache		dd	1024 dup(?)	;   8  int cache;
    1.36  page		dd	1024 dup(?)	;4104  int page;
    1.37 -ends					;}; // size=8200
    1.38 +ends	data_himem			;}; // size=8200
    1.39  	endif
    1.40  
    1.41  ;***************************************************************