summaryrefslogtreecommitdiff
path: root/test/fib-dbg.wasm.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/fib-dbg.wasm.fromBinary')
-rw-r--r--test/fib-dbg.wasm.fromBinary10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fib-dbg.wasm.fromBinary b/test/fib-dbg.wasm.fromBinary
index f36bd2250..bc90702d3 100644
--- a/test/fib-dbg.wasm.fromBinary
+++ b/test/fib-dbg.wasm.fromBinary
@@ -100,7 +100,7 @@
(global.get $global$7)
(i32.const 0)
)
- (block
+ (then
(global.set $global$7
(local.get $0)
)
@@ -136,7 +136,7 @@
;;@ fib.c:3:0
(if
(local.get $6)
- (block
+ (then
(local.set $1
(i32.const 0)
)
@@ -147,7 +147,7 @@
(i32.const 0)
)
)
- (block
+ (else
(local.set $4
(i32.const 1)
)
@@ -184,13 +184,13 @@
;;@ fib.c:3:0
(if
(local.get $7)
- (block
+ (then
(local.set $4
(local.get $3)
)
(br $label$5)
)
- (block
+ (else
(local.set $2
(local.get $5)
)