mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 22:18:23 +00:00
bsd-user: Remove image_info.mmap
This value is unused. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230818175736.144194-3-richard.henderson@linaro.org> Reviewed-by: Warner Losh <imp@bsdimp.com> Signed-off-by: Warner Losh <imp@bsdimp.com>
This commit is contained in:
committed by
Warner Losh
parent
935f1dd818
commit
7db1873664
@@ -52,7 +52,6 @@ struct image_info {
|
||||
abi_ulong end_data;
|
||||
abi_ulong start_brk;
|
||||
abi_ulong brk;
|
||||
abi_ulong mmap;
|
||||
abi_ulong rss;
|
||||
abi_ulong start_stack;
|
||||
abi_ulong entry;
|
||||
|
||||
Reference in New Issue
Block a user