summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 40728de50..2d007be65 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1318,10 +1318,10 @@ public:
class Unreachable : public SpecificExpression<Expression::UnreachableId> {
public:
- Unreachable() {}
- Unreachable(MixedArena& allocator) {
+ Unreachable() {
type = unreachable;
}
+ Unreachable(MixedArena& allocator) : Unreachable() {}
};
// Globals