summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorDmitry-Me <Dmitry-Me@users.noreply.github.com>2016-10-17 19:56:37 +0300
committerJan Kotas <jkotas@microsoft.com>2016-10-17 09:56:37 -0700
commit27c00018be793ad5cb9d7b2d2d4fcae497963ccc (patch)
tree03b2e621c53b5c357324e8ea2e1e64a91ee10568 /src/debug
parent1e174371771ac5f92999a978237a9b2c8364db9c (diff)
downloadcoreclr-27c00018be793ad5cb9d7b2d2d4fcae497963ccc.tar.gz
coreclr-27c00018be793ad5cb9d7b2d2d4fcae497963ccc.tar.bz2
coreclr-27c00018be793ad5cb9d7b2d2d4fcae497963ccc.zip
Fix broken #elif (#7656)
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/di/rsthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/di/rsthread.cpp b/src/debug/di/rsthread.cpp
index c2a8d1bd06..e4e2066fc9 100644
--- a/src/debug/di/rsthread.cpp
+++ b/src/debug/di/rsthread.cpp
@@ -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