DescriptionMIPS: Fix unaligned read and write in wasm-debug.cc
Fix crashes in two tests cctest/test-wasm-interpreter-entry/TestArgumentPassing_AllTypes and
cctest/test-wasm-interpreter-entry/TestArgumentPassing_float_double related to accessing
double value through unaligned pointer. This issue is present on those architectures
that do not support unaligned access.
TEST=cctest/test-wasm-interpreter-entry/TestArgumentPassing_AllTypes,
cctest/test-wasm-interpreter-entry/TestArgumentPassing_float_double
BUG=
Review-Url: https://codereview.chromium.org/2705253003
Cr-Commit-Position: refs/heads/master@{#43387}
Committed: https://chromium.googlesource.com/v8/v8/+/8e89201a4dccbb101ed60509a0474fda29d2f2e2
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|