Skip to content

Commit

Permalink
move isColdBlock inside #DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Oct 19, 2020
1 parent e760beb commit 60e511b
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 @@ -5062,8 +5062,8 @@ unsigned emitter::emitEndCodeGen(Compiler* comp,

assert(coldCodeBlock);
cp = coldCodeBlock;
isColdBlock = true;
#ifdef DEBUG
isColdBlock = true;
if (emitComp->opts.disAsm || emitComp->verbose)
{
printf("\n************** Beginning of cold code **************\n");
Expand Down

0 comments on commit 60e511b

Please sign in to comment.