* exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.
This commit is contained in:
parent
de6c4c6a5f
commit
20e84812d2
|
@ -1,3 +1,7 @@
|
|||
2005-12-27 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.
|
||||
|
||||
2005-12-27 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* exceptions.cc (inside_kernel): Rename from interruptible.
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue