Skip to content

Commit

Permalink
Updating print
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Bohe committed Oct 21, 2022
1 parent e8b102d commit 7b79b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/codegencommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8794,7 +8794,7 @@ bool CodeGenInterface::VariableLiveKeeper::VariableLiveDescriptor::isLastRangeEm
void CodeGenInterface::VariableLiveKeeper::VariableLiveDescriptor::removeLastRange()
{
noway_assert(!m_VariableLiveRanges->empty());
JITDUMP("Removing last entry");
JITDUMP("Removing last debug range entry\n");
m_VariableLiveRanges->erase(m_VariableLiveRanges->backPosition());
}

Expand Down

0 comments on commit 7b79b0d

Please sign in to comment.