2011-02-28 Michael Snyder <msnyder@vmware.com>

* linux-record.c (record_linux_system_call): Add missing
	break statement.
This commit is contained in:
Michael Snyder 2011-02-28 18:10:30 +00:00
parent 0067d8fc73
commit 907b7f4fc8
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-02-28 Michael Snyder <msnyder@vmware.com>
* linux-record.c (record_linux_system_call): Add missing
break statement.
2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
* breakpoint.c (print_one_breakpoint_location): Remove unused

View File

@ -770,6 +770,8 @@ Do you want to stop the program?"),
if (record_linux_sockaddr (regcache, tdep, tmpulongest, len))
return -1;
}
break;
case gdb_sys_recv:
{
ULONGEST size;