diff options
author | Alon Zakai <alonzakai@gmail.com> | 2018-09-12 09:45:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 09:45:34 -0700 |
commit | 5d9ff4e46b595a5f20aa4732256462609a9614ea (patch) | |
tree | 56e57fa1cebd7527866ecd9923e26e828c8b907d /src/wasm.h | |
parent | 4d737f27edb5e2bb5f514aae800ba9c6ab61ca5a (diff) | |
download | binaryen-5d9ff4e46b595a5f20aa4732256462609a9614ea.tar.gz binaryen-5d9ff4e46b595a5f20aa4732256462609a9614ea.tar.bz2 binaryen-5d9ff4e46b595a5f20aa4732256462609a9614ea.zip |
remove PageSize and HasFeature, which wasm removed a while back (#1667)
From #1665 (a fuzz bug noticed they were not handled in stack.h).
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h index 49b0881b9..6d1f67972 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -123,7 +123,7 @@ enum BinaryOp { }; enum HostOp { - PageSize, CurrentMemory, GrowMemory, HasFeature + CurrentMemory, GrowMemory }; enum AtomicRMWOp { |