mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 17:01:09 +02:00
Internals/Tests: Add --debug-preproc-passthru to cleanup some missing dev coverage items
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ public:
|
||||
// Creation
|
||||
|
||||
V3PreProc* V3PreProc::createPreProc(FileLine* fl) {
|
||||
V3PreProcImp* preprocp = new V3PreProcImp;
|
||||
V3PreProcImp* const preprocp = new V3PreProcImp;
|
||||
preprocp->configure(fl);
|
||||
return preprocp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user