diff options
Diffstat (limited to 'test/dump/br-loop-inner-expr.txt')
-rw-r--r-- | test/dump/br-loop-inner-expr.txt | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/test/dump/br-loop-inner-expr.txt b/test/dump/br-loop-inner-expr.txt index 1c38bbd2..2318280a 100644 --- a/test/dump/br-loop-inner-expr.txt +++ b/test/dump/br-loop-inner-expr.txt @@ -9,7 +9,7 @@ (i32.const 5)))) (;; STDOUT ;;; 0000000: 0061 736d ; WASM_BINARY_MAGIC -0000004: 0b00 0000 ; WASM_BINARY_VERSION +0000004: 0c00 0000 ; WASM_BINARY_VERSION ; section "type" 0000008: 04 ; string length 0000009: 7479 7065 ; section id: "type" @@ -36,31 +36,33 @@ ; function body 0 0000026: 00 ; func body size (guess) 0000027: 00 ; local decl count -0000028: 02 ; OPCODE_LOOP -0000029: 10 ; OPCODE_I32_CONST -000002a: 01 ; i32 literal -000002b: 03 ; OPCODE_IF -000002c: 06 ; OPCODE_BR -000002d: 00 ; br arity -000002e: 01 ; break depth -000002f: 0f ; OPCODE_END -0000030: 10 ; OPCODE_I32_CONST -0000031: 03 ; i32 literal -0000032: 03 ; OPCODE_IF -0000033: 10 ; OPCODE_I32_CONST -0000034: 04 ; i32 literal -0000035: 06 ; OPCODE_BR -0000036: 01 ; br arity -0000037: 02 ; break depth -0000038: 0f ; OPCODE_END -0000039: 10 ; OPCODE_I32_CONST -000003a: 05 ; i32 literal -000003b: 0f ; OPCODE_END -0000026: 15 ; FIXUP func body size -0000024: 17 ; FIXUP section size +0000028: 01 ; OPCODE_BLOCK +0000029: 02 ; OPCODE_LOOP +000002a: 10 ; OPCODE_I32_CONST +000002b: 01 ; i32 literal +000002c: 03 ; OPCODE_IF +000002d: 06 ; OPCODE_BR +000002e: 00 ; br arity +000002f: 01 ; break depth +0000030: 0f ; OPCODE_END +0000031: 10 ; OPCODE_I32_CONST +0000032: 03 ; i32 literal +0000033: 03 ; OPCODE_IF +0000034: 10 ; OPCODE_I32_CONST +0000035: 04 ; i32 literal +0000036: 06 ; OPCODE_BR +0000037: 01 ; br arity +0000038: 02 ; break depth +0000039: 0f ; OPCODE_END +000003a: 10 ; OPCODE_I32_CONST +000003b: 05 ; i32 literal +000003c: 0f ; OPCODE_END +000003d: 0f ; OPCODE_END +0000026: 17 ; FIXUP func body size +0000024: 19 ; FIXUP section size ;; dump -0000000: 0061 736d 0b00 0000 0474 7970 6505 0140 +0000000: 0061 736d 0c00 0000 0474 7970 6505 0140 0000010: 0001 0108 6675 6e63 7469 6f6e 0201 0004 -0000020: 636f 6465 1701 1500 0210 0103 0600 010f -0000030: 1003 0310 0406 0102 0f10 050f +0000020: 636f 6465 1901 1700 0102 1001 0306 0001 +0000030: 0f10 0303 1004 0601 020f 1005 0f0f ;;; STDOUT ;;) |