Skip to content
Commit 574cb248 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

powerpc, hw_breakpoint: Fix off-by-one in checking access address



The code would accept an access to an address one byte past the end
of the requested range as legitimate, due to having a "<=" rather than
a "<".  This fixes that and cleans up the code a bit.

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent e3e94084
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment