mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Print all comments under condition block prior to "if", "while", "for"
This commit is contained in:
parent
8a07e62879
commit
798157b50b
5 changed files with 60 additions and 19 deletions
|
@ -631,6 +631,7 @@ void PrintLanguage::emitLineComment(int4 indent,const Comment *comm)
|
|||
emit->tagComment(commentend.c_str(),EmitXml::comment_color,
|
||||
spc,off);
|
||||
emit->stopComment(id);
|
||||
comm->setEmitted(true);
|
||||
}
|
||||
|
||||
/// Tell the emitter whether to emit just the raw tokens or if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue