mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Commentary
This commit is contained in:
parent
a1bb471aca
commit
90102d9867
@ -267,7 +267,7 @@ template <> void VerilatedTrace<VL_DERIVED_T>::flushBase() {
|
|||||||
// Callbacks to run on global events
|
// Callbacks to run on global events
|
||||||
|
|
||||||
template <> void VerilatedTrace<VL_DERIVED_T>::onFlush(void* selfp) {
|
template <> void VerilatedTrace<VL_DERIVED_T>::onFlush(void* selfp) {
|
||||||
// This calls 'flush' on the derived classo (which must then get any mutex)
|
// This calls 'flush' on the derived class (which must then get any mutex)
|
||||||
reinterpret_cast<VL_DERIVED_T*>(selfp)->flush();
|
reinterpret_cast<VL_DERIVED_T*>(selfp)->flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user