summaryrefslogtreecommitdiff
path: root/src/debug/daccess/daccess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/daccess/daccess.cpp')
-rw-r--r--src/debug/daccess/daccess.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/debug/daccess/daccess.cpp b/src/debug/daccess/daccess.cpp
index 08c44e2b8c..3985ed2c98 100644
--- a/src/debug/daccess/daccess.cpp
+++ b/src/debug/daccess/daccess.cpp
@@ -7845,13 +7845,10 @@ STDAPI OutOfProcessExceptionEventSignatureCallback(__in PDWORD pContext,
}
EX_CATCH_HRESULT(hr);
-#ifndef FEATURE_WINDOWSPHONE
- // we can't assert this on phone as it's possible for the OS to kill
+ // it's possible for the OS to kill
// the faulting process before WER crash reporting has completed.
- _ASSERTE(hr == S_OK);
-#else
_ASSERTE(hr == S_OK || hr == CORDBG_E_READVIRTUAL_FAILURE);
-#endif
+
if (hr != S_OK)
{
// S_FALSE means either it is not a managed exception or we do not have Watson buckets.