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/loop.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/loop.txt')
-rw-r--r-- | test/dump/loop.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dump/loop.txt b/test/dump/loop.txt index c68a795c..48e98159 100644 --- a/test/dump/loop.txt +++ b/test/dump/loop.txt @@ -48,4 +48,5 @@ Code Disassembly: 000019: 01 | nop 00001a: 01 | nop 00001b: 0b | end + 00001c: 0b | end ;;; STDOUT ;;) |