From a212b8b873f604e56369054a2a317af066898fcf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 27 Mar 2006 20:47:09 +0000 Subject: [PATCH] missing exception name --- stepmania/src/archutils/Win32/Crash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/archutils/Win32/Crash.cpp b/stepmania/src/archutils/Win32/Crash.cpp index 00cce8a894..453157a288 100644 --- a/stepmania/src/archutils/Win32/Crash.cpp +++ b/stepmania/src/archutils/Win32/Crash.cpp @@ -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 }, };