diff options
Diffstat (limited to 'test/lld/safe_stack_standalone-wasm.wat.out')
-rw-r--r-- | test/lld/safe_stack_standalone-wasm.wat.out | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/test/lld/safe_stack_standalone-wasm.wat.out b/test/lld/safe_stack_standalone-wasm.wat.out index 353e44b3a..63d6c09d4 100644 --- a/test/lld/safe_stack_standalone-wasm.wat.out +++ b/test/lld/safe_stack_standalone-wasm.wat.out @@ -44,7 +44,9 @@ (global.get $__stack_limit) ) ) - (unreachable) + (then + (unreachable) + ) ) (global.set $global$0 (local.get $3) @@ -81,7 +83,9 @@ (global.get $__stack_limit) ) ) - (unreachable) + (then + (unreachable) + ) ) (global.set $global$0 (local.get $4) @@ -115,7 +119,9 @@ (global.get $__stack_limit) ) ) - (unreachable) + (then + (unreachable) + ) ) (global.set $global$0 (local.get $1) @@ -151,7 +157,9 @@ (global.get $__stack_limit) ) ) - (unreachable) + (then + (unreachable) + ) ) (global.set $global$0 (local.get $2) |