Add a missing break in record_linux_system_call
authorTom Tromey <tom@tromey.com>
Thu, 5 Apr 2018 21:37:56 +0000 (15:37 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 5 May 2018 04:04:46 +0000 (22:04 -0600)
commit449b1ac7ad5f3da9ef689c91144aa057cb253df6
tree682e87a058cbaa1bd97bd3f4177f0c7e7f58e659
parent15c9ffd6977a93869243dce04988cbaa8340bb00
Add a missing break in record_linux_system_call

This adds a "break" at the end of the RECORD_SYS_RECVFROM case in
record_linux_system_call.  This seemed correct to me.

2018-05-04  Tom Tromey  <tom@tromey.com>

* linux-record.c (record_linux_system_call) <case
RECORD_SYS_RECVFROM>: Add "break".
gdb/ChangeLog
gdb/linux-record.c
This page took 0.025706 seconds and 4 git commands to generate.