mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
2004-04-04 Andrew Cagney <cagney@redhat.com>
* gnu-nat.c (gnu_wait): Use memcpy instead of bcopy. * remote-vxmips.c (vx_read_register, vx_write_register): Ditto. * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
This commit is contained in:
@@ -1574,7 +1574,7 @@ rewait:
|
||||
}
|
||||
|
||||
/* Pass back out our results. */
|
||||
bcopy (&inf->wait.status, status, sizeof (*status));
|
||||
memcpy (status, &inf->wait.status, sizeof (*status));
|
||||
|
||||
thread = inf->wait.thread;
|
||||
if (thread)
|
||||
|
||||
Reference in New Issue
Block a user