mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
+1
-1
@@ -86,7 +86,7 @@ static void makeToStringMiddle(AstClass* nodep) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (nodep->extendsp() && nodep->extendsp()->classp()->user1()) {
|
||||
if (nodep->extendsp()) {
|
||||
string stmt = "out += ";
|
||||
if (!comma.empty()) stmt += "\", \"+ ";
|
||||
// comma = ", "; // Nothing further so not needed
|
||||
|
||||
Reference in New Issue
Block a user