forked from Imagelibrary/binutils-gdb
2011-02-28 Michael Snyder <msnyder@vmware.com>
* linux-record.c (record_linux_system_call): Add missing break statement.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user