summaryrefslogtreecommitdiff
path: root/src/debug/ee/functioninfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/ee/functioninfo.cpp')
-rw-r--r--src/debug/ee/functioninfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/ee/functioninfo.cpp b/src/debug/ee/functioninfo.cpp
index 637924c4cd..30afb0d783 100644
--- a/src/debug/ee/functioninfo.cpp
+++ b/src/debug/ee/functioninfo.cpp
@@ -1559,13 +1559,13 @@ DebuggerJitInfo *DebuggerMethodInfo::FindOrCreateInitAndAddJitInfo(MethodDesc* f
CONTRACTL_END;
_ASSERTE(fd != NULL);
+ ARM_ONLY(_ASSERTE((startAddr & THUMB_CODE) == 1))
// The debugger doesn't track Lightweight-codegen methods b/c they have no metadata.
if (fd->IsDynamicMethod())
{
return NULL;
}
-
if (startAddr == NULL)
{
// This will grab the start address for the current code version.