mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Fix typo
This commit is contained in:
parent
af70db88db
commit
b55ee79d86
@ -264,7 +264,7 @@ template <> void VerilatedTrace<VL_SUB_T, VL_BUF_T>::closeBase() {
|
||||
}
|
||||
|
||||
template <> void VerilatedTrace<VL_SUB_T, VL_BUF_T>::flushBase() {
|
||||
#ifdef VL_THREDED
|
||||
#ifdef VL_THREADED
|
||||
if (offload()) {
|
||||
// Hand an empty buffer to the worker thread
|
||||
uint32_t* const bufferp = getOffloadBuffer();
|
||||
|
Loading…
Reference in New Issue
Block a user