diff options
Diffstat (limited to 'gdb/inf-loop.c')
-rw-r--r-- | gdb/inf-loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index 8988985..8681e7c 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -46,6 +46,7 @@ inferior_event_handler (enum inferior_event_type event_type, { struct gdb_exception e; int was_sync = 0; + switch (event_type) { case INF_ERROR: |