diff options
author | Sam Clegg <sbc@chromium.org> | 2016-10-07 09:59:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 09:59:55 -0700 |
commit | 619868dbb7ec3d8e5d012f5d23c59e6f4e9fb12e (patch) | |
tree | 7e3f9744ce11d60f99966a1b3307fdd21de7fcc2 /test/dump/unreachable.txt | |
parent | 63765fce649e2e65c4ac029c0ac5e0f1471cc51b (diff) | |
download | wabt-619868dbb7ec3d8e5d012f5d23c59e6f4e9fb12e.tar.gz wabt-619868dbb7ec3d8e5d012f5d23c59e6f4e9fb12e.tar.bz2 wabt-619868dbb7ec3d8e5d012f5d23c59e6f4e9fb12e.zip |
Remove trailing whitespace from hexdumps (#154)
Diffstat (limited to 'test/dump/unreachable.txt')
-rw-r--r-- | test/dump/unreachable.txt | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/test/dump/unreachable.txt b/test/dump/unreachable.txt index e9f21978..d612b11f 100644 --- a/test/dump/unreachable.txt +++ b/test/dump/unreachable.txt @@ -3,35 +3,35 @@ (func (unreachable))) (;; STDOUT ;;; -0000000: 0061 736d ; WASM_BINARY_MAGIC -0000004: 0c00 0000 ; WASM_BINARY_VERSION +0000000: 0061 736d ; WASM_BINARY_MAGIC +0000004: 0c00 0000 ; WASM_BINARY_VERSION ; section "TYPE" (1) -0000008: 01 ; section code -0000009: 00 ; section size (guess) -000000a: 01 ; num types +0000008: 01 ; section code +0000009: 00 ; section size (guess) +000000a: 01 ; num types ; type 0 -000000b: 40 ; function form -000000c: 00 ; num params -000000d: 00 ; num results -0000009: 04 ; FIXUP section size +000000b: 40 ; function form +000000c: 00 ; num params +000000d: 00 ; num results +0000009: 04 ; FIXUP section size ; section "FUNCTION" (3) -000000e: 03 ; section code -000000f: 00 ; section size (guess) -0000010: 01 ; num functions -0000011: 00 ; function 0 signature index -000000f: 02 ; FIXUP section size +000000e: 03 ; section code +000000f: 00 ; section size (guess) +0000010: 01 ; num functions +0000011: 00 ; function 0 signature index +000000f: 02 ; FIXUP section size ; section "CODE" (10) -0000012: 0a ; section code -0000013: 00 ; section size (guess) -0000014: 01 ; num functions +0000012: 0a ; section code +0000013: 00 ; section size (guess) +0000014: 01 ; num functions ; function body 0 -0000015: 00 ; func body size (guess) -0000016: 00 ; local decl count -0000017: 00 ; unreachable -0000018: 0f ; end -0000015: 03 ; FIXUP func body size -0000013: 05 ; FIXUP section size +0000015: 00 ; func body size (guess) +0000016: 00 ; local decl count +0000017: 00 ; unreachable +0000018: 0f ; end +0000015: 03 ; FIXUP func body size +0000013: 05 ; FIXUP section size ;; dump -0000000: 0061 736d 0c00 0000 0104 0140 0000 0302 -0000010: 0100 0a05 0103 0000 0f +0000000: 0061 736d 0c00 0000 0104 0140 0000 0302 +0000010: 0100 0a05 0103 0000 0f ;;; STDOUT ;;) |