Skip to content

Commit

Permalink
JIT: Fix checked/release diff
Browse files Browse the repository at this point in the history
Fix dotnet#70143 introduced by dotnet#68869
  • Loading branch information
jakobbotsch committed Jun 2, 2022
1 parent f7a32c0 commit 0f55adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/emit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5201,8 +5201,8 @@ unsigned emitter::getLoopSize(insGroup* igLoopHeader, unsigned maxLoopSize DEBUG
JITDUMP(" -- loopSize exceeded the threshold of %u bytes.", maxLoopSize);
}
JITDUMP("\n");
break;
#endif
break;
}
JITDUMP("\n");
}
Expand Down

0 comments on commit 0f55adf

Please sign in to comment.