Implement internal functions in storage.

This commit is contained in:
chriseth
2020-11-02 23:10:03 +01:00
parent c83d8fae41
commit 129b095b09
24 changed files with 113 additions and 7 deletions
@@ -425,7 +425,7 @@ bool IRGeneratorForStatements::visit(TupleExpression const& _tuple)
"(" <<
("add(" + mpos + ", " + to_string(i * arrayType.memoryStride()) + ")") <<
", " <<
converted.name() <<
converted.commaSeparatedList() <<
")\n";
}
}