diff options
Diffstat (limited to 'src/ast/global-utils.h')
-rw-r--r-- | src/ast/global-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/global-utils.h b/src/ast/global-utils.h index f5bebe8aa..96fec282b 100644 --- a/src/ast/global-utils.h +++ b/src/ast/global-utils.h @@ -27,7 +27,7 @@ namespace wasm { namespace GlobalUtils { // find a global initialized to the value of an import, or null if no such global - inline Global* getGlobalInitializedToImport(Module&wasm, Name module, Name base) { + inline Global* getGlobalInitializedToImport(Module& wasm, Name module, Name base) { // find the import Name imported; for (auto& import : wasm.imports) { |