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:
Andrew Cagney
2004-04-04 14:23:51 +00:00
parent 6cdf9d98c7
commit 98d346c38e
4 changed files with 74 additions and 59 deletions

View File

@@ -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)