mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[Sol->Yul] Fixing nested bytes array push.
This commit is contained in:
@@ -1325,8 +1325,7 @@ void IRGeneratorForStatements::endVisit(FunctionCall const& _functionCall)
|
||||
m_utils.storageArrayPushFunction(arrayType, &argument.type()) <<
|
||||
"(" <<
|
||||
IRVariable(_functionCall.expression()).commaSeparatedList() <<
|
||||
", " <<
|
||||
argument.commaSeparatedList() <<
|
||||
(argument.stackSlots().empty() ? "" : (", " + argument.commaSeparatedList())) <<
|
||||
")\n";
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user