commit | 574cb24899d35e71be1d8fb1add2c3306804e4bf | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Wed Jun 23 15:42:43 2010 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Jun 23 15:42:43 2010 +1000 |
tree | 4ef17bc8d4fa83448282d0f3a463e3fe2377078f | |
parent | e3e94084adb5610987283367574ebc771e8206e1 [diff] |
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: Paul Mackerras <paulus@samba.org>