diff --git a/src/coreclr/jit/emit.cpp b/src/coreclr/jit/emit.cpp index e94c560b9fd53..cd309ea308dd9 100644 --- a/src/coreclr/jit/emit.cpp +++ b/src/coreclr/jit/emit.cpp @@ -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"); }