MIPS: Fix unaligned memory access.
authorbalazs.kilvady <balazs.kilvady@imgtec.com>
Thu, 18 Jun 2015 07:01:24 +0000 (00:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 18 Jun 2015 07:01:38 +0000 (07:01 +0000)
commit0acc511e62fbd717e335c700012de47827fe0630
tree9e2db5d42524c2c7047665a198df3495cfd5206b
parent91d869a343da9351ab57540fa1e1fcdf32e3f8e6
MIPS: Fix unaligned memory access.

On MIPS32 we can't read a 8 bytes long data from a not 8 bytes aligned memory address.

BUG=
TEST=mjsunit/debug-backtrace

Review URL: https://codereview.chromium.org/1193433002

Cr-Commit-Position: refs/heads/master@{#29100}
src/deoptimizer.cc
src/objects-inl.h
src/utils.h