diff options
author | Ben Smith <binji@chromium.org> | 2016-10-06 14:15:19 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-10-06 15:45:32 -0700 |
commit | 61c910bfcf9629db877f4f8a4f445fec282fec7d (patch) | |
tree | a0f54e98d58d967ace9d39f4541ed3bf2d96fa6b /test/dump/call.txt | |
parent | 7c6eb0aad7d83a8a6c1e4b2b8aa30741dda309df (diff) | |
download | wabt-61c910bfcf9629db877f4f8a4f445fec282fec7d.tar.gz wabt-61c910bfcf9629db877f4f8a4f445fec282fec7d.tar.bz2 wabt-61c910bfcf9629db877f4f8a4f445fec282fec7d.zip |
Refactor all uses of s_opcode_ to use functions
Diffstat (limited to 'test/dump/call.txt')
-rw-r--r-- | test/dump/call.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/dump/call.txt b/test/dump/call.txt index 0b86f3dd..5417b244 100644 --- a/test/dump/call.txt +++ b/test/dump/call.txt @@ -28,11 +28,11 @@ ; function body 0 0000016: 00 ; func body size (guess) 0000017: 00 ; local decl count -0000018: 10 ; OPCODE_I32_CONST +0000018: 10 ; i32.const 0000019: 01 ; i32 literal -000001a: 16 ; OPCODE_CALL_FUNCTION +000001a: 16 ; call 000001b: 00 ; func index -000001c: 0f ; OPCODE_END +000001c: 0f ; end 0000016: 06 ; FIXUP func body size 0000014: 08 ; FIXUP section size ;; dump |