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() {
|
template <> void VerilatedTrace<VL_SUB_T, VL_BUF_T>::flushBase() {
|
||||||
#ifdef VL_THREDED
|
#ifdef VL_THREADED
|
||||||
if (offload()) {
|
if (offload()) {
|
||||||
// Hand an empty buffer to the worker thread
|
// Hand an empty buffer to the worker thread
|
||||||
uint32_t* const bufferp = getOffloadBuffer();
|
uint32_t* const bufferp = getOffloadBuffer();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue