OSDN Git Service

exec: Fix cpu_watchpoint_address_matches address length
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 8 May 2020 15:43:42 +0000 (08:43 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 May 2020 10:14:02 +0000 (11:14 +0100)
commit9835936d4450dccd5e6fabd3c34330420036b028
tree8570b51af746fb18c8aeba50a22a64a1c5fa61f2
parent390734a42d003848efc6b73f6b7d8cd8aff8bdab
exec: Fix cpu_watchpoint_address_matches address length

The only caller of cpu_watchpoint_address_matches passes
TARGET_PAGE_SIZE, so the bug is not currently visible.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20200508154359.7494-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
exec.c