mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-21 11:52:07 +00:00
Do not the 'z' modifier in format string (another win32 fix)
This commit is contained in:
parent
8263f6a74a
commit
35fbc0b35f
5 changed files with 9 additions and 9 deletions
|
@ -281,7 +281,7 @@ void hierarchy(RTLIL::Design *design, RTLIL::Module *top, bool purge_lib, bool f
|
|||
delete mod;
|
||||
}
|
||||
|
||||
log("Removed %zd unused modules.\n", del_modules.size());
|
||||
log("Removed %d unused modules.\n", GetSize(del_modules));
|
||||
}
|
||||
|
||||
bool set_keep_assert(std::map<RTLIL::Module*, bool> &cache, RTLIL::Module *mod)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue