Skip to content

Commit

Permalink
Arm64/Release: Do not have empty comments (#105528)
Browse files Browse the repository at this point in the history
* Do not have empty comments

* better fix
  • Loading branch information
kunalspathak authored Jul 26, 2024
1 parent ab28e0a commit ebf5da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/jit/emitarm64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14360,6 +14360,7 @@ void emitter::emitDispInsHelp(
break;
}

#ifdef DEBUG
if (id->idIsLclVar())
{
printf("\t// ");
Expand All @@ -14373,6 +14374,7 @@ void emitter::emitDispInsHelp(
asmfm);
}
}
#endif

printf("\n");
}
Expand Down

0 comments on commit ebf5da7

Please sign in to comment.