* exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.
This commit is contained in:
@ -521,7 +521,6 @@ _cygtls::handle_exceptions (EXCEPTION_RECORD *e, exception_list *frame, CONTEXT
|
||||
{
|
||||
si.si_signo = SIGBUS;
|
||||
si.si_code = BUS_OBJERR;
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user