mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 17:01:09 +02:00
Fix auto-indentation of AstCStmts
This commit is contained in:
@@ -131,6 +131,7 @@ private:
|
||||
|
||||
//--------------------
|
||||
// Marking of non-static functions (because they might need "this")
|
||||
// (Here just to avoid another iteration)
|
||||
void needNonStaticFunc(AstNode* nodep) {
|
||||
if (!m_funcp) nodep->v3fatalSrc("Non-static accessor not under a function");
|
||||
if (m_funcp->isStatic()) {
|
||||
|
||||
Reference in New Issue
Block a user