diff options
author | Ben Smith <binji@chromium.org> | 2016-09-30 16:57:12 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-09-30 16:57:12 -0700 |
commit | c3d962bb38507a1ecd350d84bc68ad2a8f1317a9 (patch) | |
tree | 174fe45875b97b64c468bdf37933685f966245a0 /test/dump/loop.txt | |
parent | 4543590fb7c7043bce4c28e405d049f07892c4db (diff) | |
download | wabt-c3d962bb38507a1ecd350d84bc68ad2a8f1317a9.tar.gz wabt-c3d962bb38507a1ecd350d84bc68ad2a8f1317a9.tar.bz2 wabt-c3d962bb38507a1ecd350d84bc68ad2a8f1317a9.zip |
append END opcode at end of function
This fixes #132.
Diffstat (limited to 'test/dump/loop.txt')
-rw-r--r-- | test/dump/loop.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/dump/loop.txt b/test/dump/loop.txt index 13daec68..16872f8a 100644 --- a/test/dump/loop.txt +++ b/test/dump/loop.txt @@ -34,9 +34,10 @@ 0000019: 0a ; OPCODE_NOP 000001a: 0a ; OPCODE_NOP 000001b: 0f ; OPCODE_END -0000015: 06 ; FIXUP func body size -0000013: 08 ; FIXUP section size +000001c: 0f ; OPCODE_END +0000015: 07 ; FIXUP func body size +0000013: 09 ; FIXUP section size ;; dump 0000000: 0061 736d 0c00 0000 0104 0140 0000 0302 -0000010: 0100 0a08 0106 0002 000a 0a0f +0000010: 0100 0a09 0107 0002 000a 0a0f 0f ;;; STDOUT ;;) |