wok diff linld/stuff/src/HIMEM.INC @ 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 5b6c86ca3faa
children 6b6d14c9f7e9
line diff
     1.1 --- a/linld/stuff/src/HIMEM.INC	Sat Oct 19 10:25:12 2019 +0200
     1.2 +++ b/linld/stuff/src/HIMEM.INC	Thu Feb 25 10:56:54 2021 +0000
     1.3 @@ -5,9 +5,7 @@
     1.4  remaining	dd	?	;10    u32 remaining;
     1.5  buf		dd	?	;14    u32 buf;
     1.6  bufv		dw	?	;18    u32 *bufv;
     1.7 -errmsg		dw	?	;20    char *errmsg;
     1.8 -chunk_size	dd	?	;22    u32 chunk_size;
     1.9 -next_chunk	dw	?	;26    void (*next_chunk)(struct image_himem *);
    1.10 -state		dw	?	;28    u16 state;
    1.11 -fd2close	dw	?	;30    u16 fd2close;
    1.12 +chunk_size	dd	?	;20    u32 chunk_size;
    1.13 +state		dw	?	;24    u16 state;
    1.14 +fd2close	dw	?	;26    u16 fd2close;
    1.15  ends	image_himem		;};