Fix "slot" access via mapping reference in assembly

This commit is contained in:
wechman
2022-08-17 07:53:52 +02:00
parent bb41ddd7ab
commit cf3bae0839
4 changed files with 40 additions and 2 deletions
+2
View File
@@ -1528,6 +1528,8 @@ public:
bool hasSimpleZeroValueInMemory() const override { solAssert(false, ""); }
bool nameable() const override { return true; }
std::vector<std::tuple<std::string, Type const*>> makeStackItems() const override;
Type const* keyType() const { return m_keyType; }
Type const* valueType() const { return m_valueType; }