From afe1ffead4ef5cf922138d9dd62c45df3ba06d97 Mon Sep 17 00:00:00 2001 From: Chris Sienkiewicz Date: Tue, 29 May 2018 12:01:37 -0700 Subject: Add missing semicolon --- src/debug/ee/functioninfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/ee/functioninfo.cpp b/src/debug/ee/functioninfo.cpp index c33905ef63..56c07267a7 100644 --- a/src/debug/ee/functioninfo.cpp +++ b/src/debug/ee/functioninfo.cpp @@ -1559,7 +1559,7 @@ DebuggerJitInfo *DebuggerMethodInfo::FindOrCreateInitAndAddJitInfo(MethodDesc* f CONTRACTL_END; _ASSERTE(fd != NULL); - ARM_ONLY(_ASSERTE((startAddr & THUMB_CODE) == 1)) + ARM_ONLY(_ASSERTE((startAddr & THUMB_CODE) == 1)); // The debugger doesn't track Lightweight-codegen methods b/c they have no metadata. if (fd->IsDynamicMethod()) -- cgit v1.2.3