mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 17:01:09 +02:00
Fix MSVC compile warning
This commit is contained in:
@@ -1018,7 +1018,7 @@ void VerilatedScope::configure(VerilatedSyms* symsp, const char* prefixp, const
|
||||
VerilatedImp::scopeInsert(this);
|
||||
}
|
||||
|
||||
void VerilatedScope::exportInsert(bool finalize, const char* namep, void* cb) {
|
||||
void VerilatedScope::exportInsert(int finalize, const char* namep, void* cb) {
|
||||
// Slowpath - called once/scope*export at construction
|
||||
// Insert a exported function into scope table
|
||||
int funcnum = VerilatedImp::exportInsert(namep);
|
||||
|
||||
Reference in New Issue
Block a user