diff options
Diffstat (limited to 'test/dump/unreachable.txt')
-rw-r--r-- | test/dump/unreachable.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/dump/unreachable.txt b/test/dump/unreachable.txt index 34065f9c..b3033c00 100644 --- a/test/dump/unreachable.txt +++ b/test/dump/unreachable.txt @@ -4,7 +4,7 @@ (unreachable))) (;; 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" @@ -30,11 +30,11 @@ ; function body 0 0000025: 00 ; func body size (guess) 0000026: 00 ; local decl count -0000027: 0a ; OPCODE_UNREACHABLE +0000027: 00 ; OPCODE_UNREACHABLE 0000025: 02 ; FIXUP func body size 0000023: 04 ; FIXUP section size ;; dump -0000000: 0061 736d 0b00 0000 0474 7970 6504 0140 +0000000: 0061 736d 0c00 0000 0474 7970 6504 0140 0000010: 0000 0866 756e 6374 696f 6e02 0100 0463 -0000020: 6f64 6504 0102 000a +0000020: 6f64 6504 0102 0000 ;;; STDOUT ;;) |