summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index e673a4c71..00de04623 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -799,8 +799,8 @@ public:
ArenaVector<Name> targets;
Name default_;
- Expression* condition = nullptr;
Expression* value = nullptr;
+ Expression* condition = nullptr;
void finalize();
};