diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-02-17 10:57:25 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-02-17 10:57:25 -0800 |
commit | aac1151e72c416406ed35e8ee74a2e90a8ae189b (patch) | |
tree | da67987b5e2470cbbe0f19088147d414ae7ba0a2 /test/llvm_autogenerated/non-executable-stack.wast | |
parent | f268d8ae74cc6a2b43fcb1b0f47ebbfe09b4b9da (diff) | |
download | binaryen-aac1151e72c416406ed35e8ee74a2e90a8ae189b.tar.gz binaryen-aac1151e72c416406ed35e8ee74a2e90a8ae189b.tar.bz2 binaryen-aac1151e72c416406ed35e8ee74a2e90a8ae189b.zip |
memory max is optional, don't emit it when not necessary
Diffstat (limited to 'test/llvm_autogenerated/non-executable-stack.wast')
-rw-r--r-- | test/llvm_autogenerated/non-executable-stack.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/llvm_autogenerated/non-executable-stack.wast b/test/llvm_autogenerated/non-executable-stack.wast index 62e304e84..fd5a817fc 100644 --- a/test/llvm_autogenerated/non-executable-stack.wast +++ b/test/llvm_autogenerated/non-executable-stack.wast @@ -1,4 +1,4 @@ (module - (memory 0 4294967295) + (memory 0) ) ;; METADATA: { "asmConsts": {},"staticBump": 4 } |