summaryrefslogtreecommitdiff
path: root/src/debug/daccess/dacfn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/daccess/dacfn.cpp')
-rw-r--r--src/debug/daccess/dacfn.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/daccess/dacfn.cpp b/src/debug/daccess/dacfn.cpp
index 0a167418a1..2f7a98de1a 100644
--- a/src/debug/daccess/dacfn.cpp
+++ b/src/debug/daccess/dacfn.cpp
@@ -1386,6 +1386,8 @@ bool DacTargetConsistencyAssertsEnabled()
//
void DacEnumCodeForStackwalk(TADDR taCallEnd)
{
+ if (taCallEnd == 0)
+ return;
//
// x86 stack walkers often end up having to guess
// about what's a return address on the stack.