Skip to content

Commit 0744e1e

Browse files
committed
fix formatting
1 parent 60e511b commit 0744e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/src/jit/emit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5061,7 +5061,7 @@ unsigned emitter::emitEndCodeGen(Compiler* comp,
50615061
assert(emitCurCodeOffs(cp) == emitTotalHotCodeSize);
50625062

50635063
assert(coldCodeBlock);
5064-
cp = coldCodeBlock;
5064+
cp = coldCodeBlock;
50655065
#ifdef DEBUG
50665066
isColdBlock = true;
50675067
if (emitComp->opts.disAsm || emitComp->verbose)

0 commit comments

Comments
 (0)