mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
using emplace
This commit is contained in:
parent
3644c120c0
commit
5f715d73e3
34 changed files with 101 additions and 103 deletions
|
@ -142,7 +142,7 @@ void PrintLanguage::pushOp(const OpToken *tok,const PcodeOp *op)
|
|||
else
|
||||
id = emit->openGroup();
|
||||
}
|
||||
revpol.push_back(ReversePolish());
|
||||
revpol.emplace_back();
|
||||
revpol.back().tok = tok;
|
||||
revpol.back().visited = 0;
|
||||
revpol.back().paren = paren;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue