On 7/7/23 22:40, Richard Henderson wrote:
Only PAGE_WRITE needs special attention, all others can be handled as we do for PAGE_READ. Adjust the mask.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- accel/tcg/user-exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>