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, 2 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 0c4576f23..3ac89b91d 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -621,6 +621,7 @@ public:
ExpressionList operands;
Name target;
+ bool isReturn = false;
void finalize();
};
@@ -647,6 +648,7 @@ public:
ExpressionList operands;
Name fullType;
Expression* target;
+ bool isReturn = false;
void finalize();
};