aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2000-03-28 19:02:47 +0000
committerMichael Snyder <msnyder@vmware.com>2000-03-28 19:02:47 +0000
commit03905a3cee57ec7c823bef52eba7e46073911d2b (patch)
tree46179342e4e816ace7dcbd7d08e6c5fa7e34e42b /gdb/procfs.c
parent7d88144cc745a86947e8836ea1a25a9a495cc450 (diff)
downloadgdb-03905a3cee57ec7c823bef52eba7e46073911d2b.zip
gdb-03905a3cee57ec7c823bef52eba7e46073911d2b.tar.gz
gdb-03905a3cee57ec7c823bef52eba7e46073911d2b.tar.bz2
2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* procfs.c (proc_set_watchpoint): Declare addr parameter as CORE_ADDR, to match call from procfs_set_watchpoint.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index 257de12..fbb3009 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -2579,8 +2579,8 @@ proc_parent_pid (pi)
int
proc_set_watchpoint (pi, addr, len, wflags)
- procinfo *pi;
- void *addr;
+ procinfo *pi;
+ CORE_ADDR addr;
int len;
int wflags;
{