diff options
Diffstat (limited to 'test/llvm_autogenerated/non-executable-stack.wast')
-rw-r--r-- | test/llvm_autogenerated/non-executable-stack.wast | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/llvm_autogenerated/non-executable-stack.wast b/test/llvm_autogenerated/non-executable-stack.wast index 071206e3b..92956c042 100644 --- a/test/llvm_autogenerated/non-executable-stack.wast +++ b/test/llvm_autogenerated/non-executable-stack.wast @@ -20,12 +20,9 @@ (i32.store offset=4 (i32.const 0) (i32.and - (i32.add - (i32.add - (get_local $1) - (get_local $0) - ) - (i32.const 15) + (i32.sub + (get_local $1) + (get_local $0) ) (i32.const -16) ) |