diff options
Diffstat (limited to 'test/llvm_autogenerated/non-executable-stack.wast')
-rw-r--r-- | test/llvm_autogenerated/non-executable-stack.wast | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/llvm_autogenerated/non-executable-stack.wast b/test/llvm_autogenerated/non-executable-stack.wast index 23a1430e0..d54e39f47 100644 --- a/test/llvm_autogenerated/non-executable-stack.wast +++ b/test/llvm_autogenerated/non-executable-stack.wast @@ -1,5 +1,7 @@ (module - (memory 0) + (memory 1 + (segment 4 "\10\04\00\00") + ) (export "memory" memory) ) -;; METADATA: { "asmConsts": {},"staticBump": 4, "initializers": [] } +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } |