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