Skip to content

Commit 2afd62a

Browse files
committed
Revert "fix for issue #16289 (dotnet#16291)"
This reverts commit cd3f6e7.
1 parent fb5292e commit 2afd62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug/di/breakpoint.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ HRESULT CordbFunctionBreakpoint::Activate(BOOL fActivate)
207207

208208
BOOL codeIsIL = m_code->IsIL();
209209

210-
pEvent->BreakpointData.isIL = m_offsetIsIl ? true : false;
210+
pEvent->BreakpointData.isIL = m_offsetIsIl;
211211
pEvent->BreakpointData.offset = m_offset;
212212
if (codeIsIL)
213213
{

0 commit comments

Comments
 (0)