MIPS64: Fix InterpreterEntryTrampoline().
authorpaul.lind <paul.lind@imgtec.com>
Thu, 13 Aug 2015 14:27:05 +0000 (07:27 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 13 Aug 2015 14:27:14 +0000 (14:27 +0000)
commit567e2c63a1d166a3b7e82527a0bd45ab037c34d5
treec6e0a0203087defcf3abc6b88ba3ec8551433b43
parent8e634eaa0b9e4441b98e4c53f06f4a17af9470a8
MIPS64: Fix InterpreterEntryTrampoline().

Was incorrectly loading BytecodeArray::kFrameSizeOffset as 64-bit int.

TEST=cctest/test-interpreter/TestInterpreterReturn
BUG=

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

Cr-Commit-Position: refs/heads/master@{#30159}
src/mips64/builtins-mips64.cc