projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e17437
)
Fix broken #elif (#7656)
author
Dmitry-Me
<Dmitry-Me@users.noreply.github.com>
Mon, 17 Oct 2016 16:56:37 +0000
(19:56 +0300)
committer
Jan Kotas
<jkotas@microsoft.com>
Mon, 17 Oct 2016 16:56:37 +0000
(09:56 -0700)
src/debug/di/rsthread.cpp
patch
|
blob
|
history
diff --git
a/src/debug/di/rsthread.cpp
b/src/debug/di/rsthread.cpp
index c2a8d1bd06621d9eac7d155d67a6714783f37372..e4e2066fc9fd8ca638e9cecaa77a82b2b582e2d5 100644
(file)
--- 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;
}
-#el
if
+#el
se
_ASSERTE(!"Implement this for your platform");
return;
#endif