mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
using emplace
This commit is contained in:
parent
3644c120c0
commit
5f715d73e3
34 changed files with 101 additions and 103 deletions
|
@ -1939,7 +1939,7 @@ ValueSet *ValueSetSolver::ValueSetEdge::getNext(void)
|
|||
void ValueSetSolver::newValueSet(Varnode *vn,int4 tCode)
|
||||
|
||||
{
|
||||
valueNodes.push_back(ValueSet());
|
||||
valueNodes.emplace_back();
|
||||
valueNodes.back().setVarnode(vn, tCode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue