|
From: | Richard Henderson |
Subject: | Re: [RFC 2/3] linux-user: Drop uint and ulong |
Date: | Wed, 10 May 2023 16:04:40 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
On 5/10/23 15:39, Juan Quintela wrote:
static bool can_passthrough_madvise(abi_ulong start, abi_ulong end) { - ulong addr; + unsigned long addr;
This should be abi_ulong, to match the parameters. Which should matter for 32-bit host and 64-bit guest. Otherwise, Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |