commit | f9cd8f5eca2bb81761b846ca3162d7c9ea263385 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Jul 07 21:40:47 2023 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Jul 15 08:02:32 2023 +0100 |
tree | ec403964fbc1ee69394191b21cb80a11511e6a70 | |
parent | 4c13048e02d93985320e4a9651dc29577ba53f0e [diff] |
linux-user: Use 'last' instead of 'end' in target_mmap Complete the transition within the mmap functions to a formulation that does not overflow at the end of the address space. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230707204054.8792-20-richard.henderson@linaro.org>