diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm.h b/src/wasm.h index 268611f34..e673a4c71 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -876,7 +876,7 @@ public: Load(MixedArena& allocator) {} uint8_t bytes; - bool signed_; + bool signed_ = false; Address offset; Address align; bool isAtomic; @@ -1335,7 +1335,7 @@ public: I31Get(MixedArena& allocator) {} Expression* i31; - bool signed_; + bool signed_ = false; void finalize(); }; |