mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
C++11 cleanup
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ private:
|
||||
if (it != m_randcDtypes.end()) return it->second;
|
||||
AstCDType* newp = new AstCDType{fl, name};
|
||||
v3Global.rootp()->typeTablep()->addTypesp(newp);
|
||||
m_randcDtypes.emplace(std::make_pair(name, newp));
|
||||
m_randcDtypes.emplace(name, newp);
|
||||
return newp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user