From 70a3d52255dfe89c8cadc995e78aa0b870897e6a Mon Sep 17 00:00:00 2001 From: Jonghyun Park Date: Fri, 17 Feb 2017 10:10:09 +0900 Subject: [PATCH] Fix wrong comment Commit migrated from https://github.com/dotnet/coreclr/commit/c4d272bea7b1f0c46485eee743db9763511275cc --- src/coreclr/src/vm/exceptionhandling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/src/vm/exceptionhandling.cpp b/src/coreclr/src/vm/exceptionhandling.cpp index 3e75cda..ce85678 100644 --- a/src/coreclr/src/vm/exceptionhandling.cpp +++ b/src/coreclr/src/vm/exceptionhandling.cpp @@ -7040,5 +7040,5 @@ void ExceptionTracker::ResetThreadAbortStatus(PTR_Thread pThread, CrawlFrame *pC } #endif //!DACCESS_COMPILE -#endif // _WIN64 +#endif // WIN64EXCEPTIONS -- 2.7.4