missing exception name

This commit is contained in:
Glenn Maynard
2006-03-27 20:47:09 +00:00
parent 6efb162723
commit a212b8b873
+1
View File
@@ -48,6 +48,7 @@ static const struct ExceptionLookup {
{ EXCEPTION_PRIV_INSTRUCTION, "Privileged Instruction", },
{ EXCEPTION_ILLEGAL_INSTRUCTION, "Illegal instruction" },
{ EXCEPTION_INVALID_HANDLE, "Invalid handle" },
{ EXCEPTION_STACK_OVERFLOW, "Stack overflow" },
{ 0xe06d7363, "Unhandled Microsoft C++ Exception", },
{ NULL },
};