Skip to content

Commit 8b84d1f

Browse files
committed
JIT format again
1 parent ee1a050 commit 8b84d1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/coreclr/jit/gcencode.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4027,8 +4027,7 @@ class InterruptibleRangeReporter
40274027
// Report everything between the previous region and the current
40284028
// region as interruptible.
40294029

4030-
bool operator()(
4031-
unsigned igFuncIdx, unsigned igOffs, unsigned igSize, unsigned firstInstrSize, bool isInProlog)
4030+
bool operator()(unsigned igFuncIdx, unsigned igOffs, unsigned igSize, unsigned firstInstrSize, bool isInProlog)
40324031
{
40334032
if (igOffs < m_uninterruptibleEnd)
40344033
{

0 commit comments

Comments
 (0)