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/call.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/call.txt')
-rw-r--r-- | test/dump/call.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/dump/call.txt b/test/dump/call.txt index 609a59da..0b86f3dd 100644 --- a/test/dump/call.txt +++ b/test/dump/call.txt @@ -32,9 +32,10 @@ 0000019: 01 ; i32 literal 000001a: 16 ; OPCODE_CALL_FUNCTION 000001b: 00 ; func index -0000016: 05 ; FIXUP func body size -0000014: 07 ; FIXUP section size +000001c: 0f ; OPCODE_END +0000016: 06 ; FIXUP func body size +0000014: 08 ; FIXUP section size ;; dump 0000000: 0061 736d 0c00 0000 0105 0140 0101 0003 -0000010: 0201 000a 0701 0500 1001 1600 +0000010: 0201 000a 0801 0600 1001 1600 0f ;;; STDOUT ;;) |