Revert "fix for issue #16289 (#16291)"
authorJan Kotas <jkotas@microsoft.com>
Fri, 9 Feb 2018 17:40:36 +0000 (09:40 -0800)
committerJan Kotas <jkotas@microsoft.com>
Fri, 9 Feb 2018 17:40:36 +0000 (09:40 -0800)
This reverts commit cd3f6e77757729d3d02dfbec4af21cdfe83f5435.

src/debug/di/breakpoint.cpp

index d8e8a3f..cc55060 100644 (file)
@@ -207,7 +207,7 @@ HRESULT CordbFunctionBreakpoint::Activate(BOOL fActivate)
 
         BOOL codeIsIL = m_code->IsIL();
 
-        pEvent->BreakpointData.isIL = m_offsetIsIl ? true : false;
+        pEvent->BreakpointData.isIL = m_offsetIsIl;
         pEvent->BreakpointData.offset = m_offset;
         if (codeIsIL)
         {