diff --git a/src/ehwrite.cpp b/src/ehwrite.cpp
index bbe4b8d615384b6dfdfeebd3176ff96129930cbd..dc93fb75b9d1f8a0c9eb83785d9d18f7aebec1e0 100644
--- a/src/ehwrite.cpp
+++ b/src/ehwrite.cpp
@@ -1078,11 +1078,11 @@ void EhWriterImpl_t<ptrsize>::GenerateEhOutput()
 			}
 			else
 			{
-				out<<"        // 1) encoding of next field "<<endl;
-				out<<"        .byte 0x1b // DW_EH_PE_pcrel (0x10) |sdata4 (0xb)"<<endl;
+				out<<asm_comment<<"   1) encoding of next field "<<endl;
+				out<<"        .byte 0x1b "<<asm_comment<<" DW_EH_PE_pcrel (0x10) |sdata4 (0xb)"<<endl;
 				out<<""<<endl;
-				out<<"        // 2) landing pad base, if omitted, use FDE start addr"<<endl;
-				out<<"        .int  0x"<<hex<<landing_pad_base<<"- . // as pcrel|sdata4 .  "<<endl;
+				out<<"        "<<asm_comment<<" 2) landing pad base, if omitted, use FDE start addr"<<endl;
+				out<<"        .int  0x"<<hex<<landing_pad_base<<"- . "<<asm_comment<<" as pcrel|sdata4 .  "<<endl;
 			}
 			out<<""<<endl;
 			out<<asm_comment<<"   3) encoding of type table entries"<<endl;