summaryrefslogtreecommitdiff
path: root/src/shared-validator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared-validator.cc')
-rw-r--r--src/shared-validator.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/shared-validator.cc b/src/shared-validator.cc
index b301ad09..b61f1dee 100644
--- a/src/shared-validator.cc
+++ b/src/shared-validator.cc
@@ -52,8 +52,9 @@ Result SharedValidator::OnFuncType(const Location& loc,
Index type_index) {
Result result = Result::Ok;
if (!options_.features.multi_value_enabled() && result_count > 1) {
- result |=
- PrintError(loc, "multiple result values not currently supported.");
+ result |= PrintError(loc,
+ "multiple result values are not supported without "
+ "multi-value enabled.");
}
func_types_.emplace(
num_types_++,