Fix struct member access for memory and implement for calldata.

This commit is contained in:
Daniel Kirchner
2020-06-10 20:01:30 +02:00
parent 2410f0ed5a
commit 90b66a7362
4 changed files with 76 additions and 2 deletions
+2
View File
@@ -980,6 +980,8 @@ public:
void clearCache() const override;
protected:
std::vector<std::tuple<std::string, TypePointer>> makeStackItems() const override;
private:
StructDefinition const& m_struct;
// Caches for interfaceType(bool)