Skip to content

Commit

Permalink
JIT: Fix checked/release diff (#70144)
Browse files Browse the repository at this point in the history
Fix #70143 introduced by #68869
  • Loading branch information
jakobbotsch authored Jun 2, 2022
1 parent b54a8e4 commit 218a4b1
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 218a4b1

Please sign in to comment.