summaryrefslogtreecommitdiff
path: root/src/vm/corhost.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-01-26 09:26:16 -0800
committerGitHub <noreply@github.com>2019-01-26 09:26:16 -0800
commit3038b7484330012fb418dae61cfbdb54542719fd (patch)
tree5125ec44ad946ba19b2cae42497cbdcdba95541c /src/vm/corhost.cpp
parent0657f407a95d78fcfa643a74d68a6562e8f67ba9 (diff)
downloadcoreclr-3038b7484330012fb418dae61cfbdb54542719fd.tar.gz
coreclr-3038b7484330012fb418dae61cfbdb54542719fd.tar.bz2
coreclr-3038b7484330012fb418dae61cfbdb54542719fd.zip
Cleanup stackoverflow handling leftovers (#22228)
Diffstat (limited to 'src/vm/corhost.cpp')
-rw-r--r--src/vm/corhost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/corhost.cpp b/src/vm/corhost.cpp
index ae73123fe0..4ac57d4a4b 100644
--- a/src/vm/corhost.cpp
+++ b/src/vm/corhost.cpp
@@ -2799,7 +2799,7 @@ LError:
}
// If this is for the stack probe, and we failed to allocate memory for it, we won't
// put in a guard page.
- if (slot == TlsIdx_ClrDebugState || slot == TlsIdx_StackProbe)
+ if (slot == TlsIdx_ClrDebugState)
return NULL;
ThrowOutOfMemory();