This commit is contained in:
2024-04-15 13:17:05 +03:00
committed by ALEXks
parent b917151236
commit 0876b895a0

View File

@@ -85,7 +85,7 @@ static FuncInfo* findFileInfoByName(SgStatement* func, const vector<FuncInfo*>&
}
static void findLocalData(SgStatement* func, SgStatement* end, vector<SgExpression*>& local,
map<string, SgStatement*>& localParams, set<string>& added, const vector<FuncInfo*>& allFuncInfo)
map<string, SgStatement*>& localParams, set<string>& added, const vector<FuncInfo*>& allFuncInfo)
{
SgStatement* start = func->lexNext();