[#73220] fix V3Options compilation error

This commit is contained in:
Mateusz Gancarz 2025-02-27 14:25:57 +01:00
parent 290d230983
commit 795bb86227
1 changed files with 1 additions and 1 deletions

View File

@ -1640,7 +1640,7 @@ void V3Options::parseOptsList(FileLine* fl, const string& optdir, int argc,
DECL_OPTION("-top", Set, &m_topModule);
DECL_OPTION("-top-module", Set, &m_topModule);
DECL_OPTION("-trace", OnOff, &m_trace);
DECL_OPTION("-trace-saif", CbCall, [this, fl]() {
DECL_OPTION("-trace-saif", CbCall, [this]() {
m_trace = true;
m_traceFormat = TraceFormat::SAIF;
});