diff options
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r-- | src/wasm-s-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h index 9819c4a60..8f5e08e9d 100644 --- a/src/wasm-s-parser.h +++ b/src/wasm-s-parser.h @@ -636,6 +636,7 @@ private: } else { parseCallOperands(s, 1, ret); } + ret->finalize(); return ret; } |