* exceptions.cc (exception::myfault_handle): Fix typo in comment.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user