diff options
Diffstat (limited to 'src/tools/fuzzing.h')
-rw-r--r-- | src/tools/fuzzing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h index d761bc3bd..b8be67499 100644 --- a/src/tools/fuzzing.h +++ b/src/tools/fuzzing.h @@ -106,6 +106,7 @@ private: Name funcrefTableName; std::unordered_map<Type, std::vector<Name>> globalsByType; + std::unordered_map<Type, std::vector<Name>> mutableGlobalsByType; std::vector<Type> loggableTypes; |