diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h index 73f22e7d7..f0d8f13ba 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -1437,7 +1437,7 @@ class Global : public Importable { public: Name name; Type type; - Expression* init; + Expression* init = nullptr; bool mutable_ = false; }; |