Skip to content

Commit 60e511b

Browse files
committed
move isColdBlock inside #DEBUG
1 parent e760beb commit 60e511b

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
@@ -5062,8 +5062,8 @@ unsigned emitter::emitEndCodeGen(Compiler* comp,
50625062

50635063
assert(coldCodeBlock);
50645064
cp = coldCodeBlock;
5065-
isColdBlock = true;
50665065
#ifdef DEBUG
5066+
isColdBlock = true;
50675067
if (emitComp->opts.disAsm || emitComp->verbose)
50685068
{
50695069
printf("\n************** Beginning of cold code **************\n");

0 commit comments

Comments
 (0)