Re: [PATCH v6 04/10] dump: Reintroduce memory_offset and section_offset

2022-10-17 Thread Marc-André Lureau
On Mon, Oct 17, 2022 at 12:39 PM Janosch Frank wrote: > section_offset will later be used to store the offset to the section > data which will be stored last. For now memory_offset is only needed > to make section_offset look nicer. > > Signed-off-by: Janosch Frank > Reviewed-by: Marc-André Lur

[PATCH v6 04/10] dump: Reintroduce memory_offset and section_offset

2022-10-17 Thread Janosch Frank
section_offset will later be used to store the offset to the section data which will be stored last. For now memory_offset is only needed to make section_offset look nicer. Signed-off-by: Janosch Frank --- dump/dump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dump/dump.c b/dump/dump.