diff options
author | Ben Smith <binji@chromium.org> | 2015-09-15 21:00:23 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-09-15 21:00:23 -0700 |
commit | 2a2510984ef83cfb9ae569895e62bc3a367ae29a (patch) | |
tree | af8c61b1b2b2a6c56858c04e11c6e2ee1b7275d5 /test/dump/call.txt | |
parent | 4e79d0cefcdade7f713b57056addc725ee9df316 (diff) | |
download | wabt-2a2510984ef83cfb9ae569895e62bc3a367ae29a.tar.gz wabt-2a2510984ef83cfb9ae569895e62bc3a367ae29a.tar.bz2 wabt-2a2510984ef83cfb9ae569895e62bc3a367ae29a.zip |
use i8 const when value in range [-128,127]
Diffstat (limited to 'test/dump/call.txt')
-rw-r--r-- | test/dump/call.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/dump/call.txt b/test/dump/call.txt index e5e7f383..009cbb9e 100644 --- a/test/dump/call.txt +++ b/test/dump/call.txt @@ -27,11 +27,11 @@ 0000022: 00 ; toplevel block num expressions 0000023: 19 ; OPCODE_CALL 0000024: 00 ; func index -0000025: 11 ; OPCODE_I32_CONST -0000026: 0100 0000 ; u32 literal +0000025: 10 ; OPCODE_I8_CONST +0000026: 01 ; u8 literal 0000022: 01 ; FIXUP toplevel block num expressions -0000013: 2a00 0000 ; FIXUP func code end offset +0000013: 2700 0000 ; FIXUP func code end offset ; names 0000000: 0001 0000 0100 0000 0100 0100 0000 0021 ...............! -0000010: 0000 002a 0000 0000 0000 0000 0000 0000 ...*............ -0000020: 0003 0119 0011 0100 0000 .......... +0000010: 0000 0027 0000 0000 0000 0000 0000 0000 ...'............ +0000020: 0003 0119 0010 01 ....... |