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.
This commit is contained in:
Michael Snyder
2000-03-28 19:02:47 +00:00
parent 7d88144cc7
commit 03905a3cee
2 changed files with 7 additions and 2 deletions

View File

@@ -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;
{