mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 08:57:23 +02:00
Internals: UINFO now includes newline itself. No functional change.
This commit is contained in:
@@ -121,6 +121,6 @@ public:
|
||||
// EmitC static functions
|
||||
|
||||
void V3EmitC::emitcConstPool() {
|
||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||
UINFO(2, __FUNCTION__ << ":");
|
||||
EmitCConstPool(v3Global.rootp()->constPoolp());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user