* exceptions.cc (exception::myfault_handle): Fix typo in comment.

This commit is contained in:
Corinna Vinschen 2014-07-09 10:21:05 +00:00
parent e1d158a04f
commit 64cfc4ac5a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-07-09 Corinna Vinschen <corinna@vinschen.de>
* exceptions.cc (exception::myfault_handle): Fix typo in comment.
2014-07-07 Corinna Vinschen <corinna@vinschen.de>
* exceptions.cc (exception::myfault_handle): Disable handling

View File

@ -564,7 +564,7 @@ exception::myfault_handle (LPEXCEPTION_POINTERS ep)
case STATUS_ACCESS_VIOLATION:
case STATUS_DATATYPE_MISALIGNMENT:
#if 0
/* Short-circuting STATUS_STACK_OVERFLOW disables stack commits. */
/* Short-circuiting STATUS_STACK_OVERFLOW disables stack commits. */
case STATUS_STACK_OVERFLOW:
#endif
case STATUS_ARRAY_BOUNDS_EXCEEDED: