diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 19:08:02 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-05 19:08:02 -0800 |
commit | 0500af8981f03982aa68bee6d28e3ad339c01e28 (patch) | |
tree | adf31f698ebd9fdff7323deee21171ef3e39c8cd /src/wasm.h | |
parent | 2b314faa4c50738473f977dcf9adae3708363e16 (diff) | |
download | binaryen-0500af8981f03982aa68bee6d28e3ad339c01e28.tar.gz binaryen-0500af8981f03982aa68bee6d28e3ad339c01e28.tar.bz2 binaryen-0500af8981f03982aa68bee6d28e3ad339c01e28.zip |
has_feature
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index 6d1ac7b83..f2c9b742b 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -748,6 +748,7 @@ public: Host() : Expression(HostId) {} HostOp op; + Name nameOperand; ExpressionList operands; std::ostream& doPrint(std::ostream &o, unsigned indent) { |