diff options
author | Sam Clegg <sbc@chromium.org> | 2017-03-16 18:27:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 18:27:38 -0700 |
commit | 264a9505ecf8dc8834a2f9842793f6d91ad6803b (patch) | |
tree | 19099ff1c588f71655d680f047b698a02430180d /test/dump/select.txt | |
parent | 5b642c3ce487b77102dec4fc4b55538cfbccc5ff (diff) | |
download | wabt-264a9505ecf8dc8834a2f9842793f6d91ad6803b.tar.gz wabt-264a9505ecf8dc8834a2f9842793f6d91ad6803b.tar.bz2 wabt-264a9505ecf8dc8834a2f9842793f6d91ad6803b.zip |
Add callback for end opcode and end of function (#358)
Without this objdump doesn't show the final byte/opcode
of each function.
Diffstat (limited to 'test/dump/select.txt')
-rw-r--r-- | test/dump/select.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dump/select.txt b/test/dump/select.txt index 3bb24838..e83eca6a 100644 --- a/test/dump/select.txt +++ b/test/dump/select.txt @@ -107,4 +107,5 @@ Code Disassembly: 000047: 41 01 | i32.const 0x1 000049: 1b | select 00004a: 1a | drop + 00004b: 0b | end ;;; STDOUT ;;) |