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, 3 insertions, 3 deletions
diff --git a/test/llvm_autogenerated/non-executable-stack.wast b/test/llvm_autogenerated/non-executable-stack.wast index 92956c042..e6ed0e88b 100644 --- a/test/llvm_autogenerated/non-executable-stack.wast +++ b/test/llvm_autogenerated/non-executable-stack.wast @@ -5,12 +5,12 @@ (export "stackSave" (func $stackSave)) (export "stackAlloc" (func $stackAlloc)) (export "stackRestore" (func $stackRestore)) - (func $stackSave (result i32) + (func $stackSave (; 0 ;) (result i32) (i32.load offset=4 (i32.const 0) ) ) - (func $stackAlloc (param $0 i32) (result i32) + (func $stackAlloc (; 1 ;) (param $0 i32) (result i32) (local $1 i32) (set_local $1 (i32.load offset=4 @@ -29,7 +29,7 @@ ) (get_local $1) ) - (func $stackRestore (param $0 i32) + (func $stackRestore (; 2 ;) (param $0 i32) (i32.store offset=4 (i32.const 0) (get_local $0) |