mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
2003-09-30 Andrew Cagney <cagney@redhat.com>
* remote-vxsparc.c (vx_read_register): Replace bzero with memset. * remote-vxmips.c (vx_read_register): Ditto. * remote-vx68.c (vx_read_register): Ditto. * gnu-nat.c (inf_validate_procs): Ditto.
This commit is contained in:
@@ -1024,7 +1024,7 @@ inf_validate_procs (struct inf *inf)
|
||||
/* The current thread we're considering. */
|
||||
struct proc *thread = inf->threads;
|
||||
|
||||
bzero (matched, sizeof (matched));
|
||||
memset (matched, 0, sizeof (matched));
|
||||
|
||||
while (thread)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user