diff options
Diffstat (limited to 'src/s2wasm.h')
-rw-r--r-- | src/s2wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h index 54d36011f..bef31486a 100644 --- a/src/s2wasm.h +++ b/src/s2wasm.h @@ -635,7 +635,7 @@ class S2WasmBuilder { auto curr = allocator->alloc<Unary>(); curr->op = op; curr->value = getInput(); - curr->type = type; + curr->finalize(); setOutput(curr, assign); }; auto makeHost = [&](HostOp op) { |