Index: src/mips64/builtins-mips64.cc |
diff --git a/src/mips64/builtins-mips64.cc b/src/mips64/builtins-mips64.cc |
index 6d97e4405f1b0c343818a2a0faa0fca8de3f30f6..eb1bd554195a331ffcd782053238039d5069671b 100644 |
--- a/src/mips64/builtins-mips64.cc |
+++ b/src/mips64/builtins-mips64.cc |
@@ -904,8 +904,8 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) { |
// Allocate the local and temporary register file on the stack. |
{ |
- // Load frame size from the BytecodeArray object. |
- __ ld(a4, FieldMemOperand(kInterpreterBytecodeArrayRegister, |
+ // Load frame size (word) from the BytecodeArray object. |
+ __ lw(a4, FieldMemOperand(kInterpreterBytecodeArrayRegister, |
BytecodeArray::kFrameSizeOffset)); |
// Do a stack check to ensure we don't go over the limit. |