forked from github/verilator
Fix print format warning on some platforms (#3699)
This commit is contained in:
parent
0e4da3b0bf
commit
8c3ca30c91
@ -46,7 +46,7 @@ void VlCoroutineHandle::dump() const {
|
||||
|
||||
#ifdef VL_DEBUG
|
||||
void VlDelayScheduler::VlDelayedCoroutine::dump() const {
|
||||
VL_DBG_MSGF(" Awaiting time %lu: ", m_timestep);
|
||||
VL_DBG_MSGF(" Awaiting time %" PRIu64 ": ", m_timestep);
|
||||
m_handle.dump();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user