diff options
Diffstat (limited to 'test/debugInfo.fromasm.clamp')
-rw-r--r-- | test/debugInfo.fromasm.clamp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/debugInfo.fromasm.clamp b/test/debugInfo.fromasm.clamp index 7aa584c43..f11000841 100644 --- a/test/debugInfo.fromasm.clamp +++ b/test/debugInfo.fromasm.clamp @@ -32,7 +32,7 @@ ) ) (func $i32s-rem (param $0 i32) (param $1 i32) (result i32) - (if i32 + (if (result i32) (get_local $1) (i32.rem_s (get_local $0) @@ -134,10 +134,10 @@ (func $switch_reach (param $0 i32) (result i32) (local $1 i32) (set_local $1 - (block $__rjto$0 i32 + (block $__rjto$0 (result i32) (block $__rjti$0 (br $__rjto$0 - (if i32 + (if (result i32) (i32.lt_s (tee_local $1 (i32.add @@ -147,7 +147,7 @@ ) (i32.const 1369188723) ) - (block $switch i32 + (block $switch (result i32) (block $switch-default (block $switch-case (br_table $switch-case $switch-default @@ -161,7 +161,7 @@ ) (i32.const 0) ) - (block $switch0 i32 + (block $switch0 (result i32) (block $switch-default2 (block $switch-case1 (br_table $switch-case1 $switch-default2 |