summaryrefslogtreecommitdiff
path: root/src/vm/codeman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/codeman.cpp')
-rw-r--r--src/vm/codeman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/codeman.cpp b/src/vm/codeman.cpp
index 922dbcb7b8..e00dff78ee 100644
--- a/src/vm/codeman.cpp
+++ b/src/vm/codeman.cpp
@@ -5114,7 +5114,7 @@ BOOL NativeImageJitManager::JitCodeToMethodInfo(RangeSection * pRangeSection,
}
//Get the function entry that corresponds to the real method desc.
- _ASSERTE(RelativePc >= RUNTIME_FUNCTION__BeginAddress(FunctionEntry));
+ _ASSERTE((RelativePc >= RUNTIME_FUNCTION__BeginAddress(FunctionEntry)));
if (pCodeInfo)
{