summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 1cb2046e3..2a49f4ffd 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -1440,7 +1440,7 @@ public:
}
}
auto func = Builder(wasm).makeFunction(
- Name("TODO"),
+ Name::fromInt(i),
std::move(params),
type->result,
std::move(vars)