Fix broken #elif (#7656)
authorDmitry-Me <Dmitry-Me@users.noreply.github.com>
Mon, 17 Oct 2016 16:56:37 +0000 (19:56 +0300)
committerJan Kotas <jkotas@microsoft.com>
Mon, 17 Oct 2016 16:56:37 +0000 (09:56 -0700)
src/debug/di/rsthread.cpp

index c2a8d1bd06621d9eac7d155d67a6714783f37372..e4e2066fc9fd8ca638e9cecaa77a82b2b582e2d5 100644 (file)
@@ -4585,7 +4585,7 @@ void CordbUnmanagedThread::SaveRaiseExceptionEntryContext()
         LOG((LF_CORDB, LL_INFO1000, "CP::SREEC: failed to read exception information pointer.\n"));
         return;
     }
-#elif
+#else
     _ASSERTE(!"Implement this for your platform");
     return;
 #endif