2010-05-16 Michael Snyder <msnyder@vmware.com>

* record.c: White space.
	* regcache.c: White space.
	* reggroups.c: White space.
	* remote-fileio.c: White space.
	* remote-m32r-sdi.c: White space.
	* remote-mips.c: White space.
	* remote-sim.c: White space.
This commit is contained in:
Michael Snyder
2010-05-16 21:11:14 +00:00
parent a744cf537e
commit 123f5f96b6
8 changed files with 146 additions and 74 deletions

View File

@ -109,6 +109,7 @@ static int
remote_fileio_fd_to_targetfd (int fd)
{
int target_fd = remote_fileio_next_free_fd ();
remote_fio_data.fd_map[target_fd] = fd;
return target_fd;
}
@ -1477,6 +1478,7 @@ set_system_call_allowed (char *args, int from_tty)
{
char *arg_end;
int val = strtoul (args, &arg_end, 10);
if (*args && *arg_end == '\0')
{
remote_fio_system_call_allowed = !!val;