Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Oct 20, 2020
1 parent 60e511b commit 0744e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/jit/emit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5061,7 +5061,7 @@ unsigned emitter::emitEndCodeGen(Compiler* comp,
assert(emitCurCodeOffs(cp) == emitTotalHotCodeSize);

assert(coldCodeBlock);
cp = coldCodeBlock;
cp = coldCodeBlock;
#ifdef DEBUG
isColdBlock = true;
if (emitComp->opts.disAsm || emitComp->verbose)
Expand Down

0 comments on commit 0744e1e

Please sign in to comment.