From 2afd62a9b8356d8cd22efd611d4cf5a2677d0c85 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 9 Feb 2018 09:40:36 -0800 Subject: [PATCH] Revert "fix for issue #16289 (#16291)" This reverts commit cd3f6e77757729d3d02dfbec4af21cdfe83f5435. --- src/debug/di/breakpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/di/breakpoint.cpp b/src/debug/di/breakpoint.cpp index d8e8a3f..cc55060 100644 --- a/src/debug/di/breakpoint.cpp +++ b/src/debug/di/breakpoint.cpp @@ -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) { -- 2.7.4