summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sienkiewicz <chsienki@microsoft.com>2018-05-25 12:51:14 -0700
committerGleb Balykov <g.balykov@samsung.com>2018-09-18 15:49:14 +0300
commit0497e489bf37ad0e5179a9a0e0ffaf7ee422b7e2 (patch)
tree4a7651f5b6c1e6d559578e4940a553963c1d142d
parentd086b14c8eca21a7928e782b444622f6d719bde1 (diff)
downloadcoreclr-0497e489bf37ad0e5179a9a0e0ffaf7ee422b7e2.tar.gz
coreclr-0497e489bf37ad0e5179a9a0e0ffaf7ee422b7e2.tar.bz2
coreclr-0497e489bf37ad0e5179a9a0e0ffaf7ee422b7e2.zip
Restore deleted space
-rw-r--r--src/debug/ee/functioninfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/ee/functioninfo.cpp b/src/debug/ee/functioninfo.cpp
index 30afb0d783..c33905ef63 100644
--- a/src/debug/ee/functioninfo.cpp
+++ b/src/debug/ee/functioninfo.cpp
@@ -1566,6 +1566,7 @@ DebuggerJitInfo *DebuggerMethodInfo::FindOrCreateInitAndAddJitInfo(MethodDesc* f
{
return NULL;
}
+
if (startAddr == NULL)
{
// This will grab the start address for the current code version.