From: Chris Sienkiewicz Date: Fri, 25 May 2018 19:51:14 +0000 (-0700) Subject: Restore deleted space X-Git-Tag: accepted/tizen/5.0/base/20181101.090356~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0497e489bf37ad0e5179a9a0e0ffaf7ee422b7e2;p=platform%2Fupstream%2Fcoreclr.git Restore deleted space --- diff --git a/src/debug/ee/functioninfo.cpp b/src/debug/ee/functioninfo.cpp index 30afb0d..c33905e 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.