From 0662a626a712dde5f8a91e1b078644332336e9fa Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 2 Aug 2023 16:25:37 -0700 Subject: linux-user: Properly set image_info.brk in flatload The heap starts at "brk" not "start_brk". With this fixed, image_info.start_brk is unused and may be removed. Tested-by: Helge Deller Reviewed-by: Helge Deller Reviewed-by: Akihiko Odaki Signed-off-by: Richard Henderson --- linux-user/qemu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'linux-user/qemu.h') diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 802794db63..2046a23037 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -29,7 +29,6 @@ struct image_info { abi_ulong end_code; abi_ulong start_data; abi_ulong end_data; - abi_ulong start_brk; abi_ulong brk; abi_ulong reserve_brk; abi_ulong start_mmap; -- cgit 1.4.1