Update ifdef (#4805) (#4807). No functional change.

This commit is contained in:
Wilson Snyder 2024-01-08 07:35:34 -05:00
parent 55d1b87b34
commit 19cb366e5d
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ protected:
};
~VerilatedScTraceBase() override {
using namespace sc_core;
#if SYSTEMC_VERSION >= 20140417 && SYSTEMC_VERSION < 20231124
#ifdef _VL_HAVE_SYSTEMC_PHASE_CALLBACK
// remove_trace_file added in 2.3.1 and removed in 3.0.0
// Phase callback is automatically unregistered in ~sc_object(). Only the trace file is
// needed to be removed here