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:
parent
7d88144cc7
commit
03905a3cee
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2000-03-28 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* partial-stab.h: Add one more check against corrupted or irregular
|
||||
|
@ -2580,7 +2580,7 @@ proc_parent_pid (pi)
|
||||
int
|
||||
proc_set_watchpoint (pi, addr, len, wflags)
|
||||
procinfo *pi;
|
||||
void *addr;
|
||||
CORE_ADDR addr;
|
||||
int len;
|
||||
int wflags;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user