diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-07-12 19:27:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-12 19:27:17 -0700 |
commit | b2c17a105e9fbe86c059793032ee0be676245a8a (patch) | |
tree | 72cf9673e9de93c4c3106612416ebd9e0329a19c /src/wasm.h | |
parent | 25cbf641c6133d5156e8591072d2705fde92752b (diff) | |
parent | 6159fb42fcd2dae593ee61ebb7e3e163445ae9d0 (diff) | |
download | binaryen-b2c17a105e9fbe86c059793032ee0be676245a8a.tar.gz binaryen-b2c17a105e9fbe86c059793032ee0be676245a8a.tar.bz2 binaryen-b2c17a105e9fbe86c059793032ee0be676245a8a.zip |
Merge pull request #1087 from WebAssembly/fuzz-2
Fuzz fixes
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index 1f9e1c7af..e5b1eaea3 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -464,6 +464,8 @@ public: Literal value; Const* set(Literal value_); + + void finalize(); }; class Unary : public SpecificExpression<Expression::UnaryId> { |