This commit is contained in:
2024-04-15 13:17:05 +03:00
parent eaac7185c9
commit 7ae26ff776

View File

@@ -85,7 +85,7 @@ static FuncInfo* findFileInfoByName(SgStatement* func, const vector<FuncInfo*>&
} }
static void findLocalData(SgStatement* func, SgStatement* end, vector<SgExpression*>& local, 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(); SgStatement* start = func->lexNext();