diff options
author | pjd <pjd@FreeBSD.org> | 2005-12-27 23:23:47 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-12-27 23:23:47 +0000 |
commit | c11d01f58c2a77cbed7a38ed8970e0435a2c63d6 (patch) | |
tree | 6ae8fffb956221ee2e06486107188f57daf8f680 /sys/dev | |
parent | 5e136009538a36ec42653740d9d983fac13a97ac (diff) | |
download | FreeBSD-src-c11d01f58c2a77cbed7a38ed8970e0435a2c63d6.zip FreeBSD-src-c11d01f58c2a77cbed7a38ed8970e0435a2c63d6.tar.gz |
Fix watch address truncation. The address was truncated when it was passed to
amd64_set_watch() as 'unsigned int' and 'unsigned int' is 32bit long on amd64.
Even with that fix hardware watchpoint don't work for me on amd64, ie. when
I set the watchpoint and write a byte there, nothing happens.
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions