diff options
author | lizhengxing <unixhaha@gmail.com> | 2018-05-07 12:08:12 -0700 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2018-05-07 12:08:12 -0700 |
commit | 4228d2f1396c98b54c9c342505304eeb36447ac6 (patch) | |
tree | 5cfc3d77795cbc3f766bf20c8a8f143feba30f56 /src/binary-reader-objdump.cc | |
parent | 95deff19c7a512699fe0529e21c2e7b6c4d2f740 (diff) | |
download | wabt-4228d2f1396c98b54c9c342505304eeb36447ac6.tar.gz wabt-4228d2f1396c98b54c9c342505304eeb36447ac6.tar.bz2 wabt-4228d2f1396c98b54c9c342505304eeb36447ac6.zip |
Fix one bug for converting v128.shuffle from wasm format to wat format. (#832)
When converting v128.shuffle from wasm format to wat format, the '$' char
must be removed as the const value in v128.shuffle instruction expects
a valid simd v128 const format,
i.e. 0xXXX 0xXXX 0xXXX 0xXXX or Int32 Int32 Int32 Int32
otherwise it will encounter errors when converting
v128.shuffle from wat format back to wasm format again.
Diffstat (limited to 'src/binary-reader-objdump.cc')
0 files changed, 0 insertions, 0 deletions