From ebf5da7e29dfea7d04e5810dd0d2f10762fcf564 Mon Sep 17 00:00:00 2001 From: Kunal Pathak Date: Fri, 26 Jul 2024 07:48:16 -0700 Subject: [PATCH] Arm64/Release: Do not have empty comments (#105528) * Do not have empty comments * better fix --- src/coreclr/jit/emitarm64.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coreclr/jit/emitarm64.cpp b/src/coreclr/jit/emitarm64.cpp index 422d539d3b8c0..ed24d4894beec 100644 --- a/src/coreclr/jit/emitarm64.cpp +++ b/src/coreclr/jit/emitarm64.cpp @@ -14360,6 +14360,7 @@ void emitter::emitDispInsHelp( break; } +#ifdef DEBUG if (id->idIsLclVar()) { printf("\t// "); @@ -14373,6 +14374,7 @@ void emitter::emitDispInsHelp( asmfm); } } +#endif printf("\n"); }