Index: src/compiler/mips64/code-generator-mips64.cc |
diff --git a/src/compiler/mips64/code-generator-mips64.cc b/src/compiler/mips64/code-generator-mips64.cc |
index ae79a72295d055ac44c2899ba64f6aaef6f5b6e1..1a2776a4da2dd2d7a93e2a5f54dedbb0b7645468 100644 |
--- a/src/compiler/mips64/code-generator-mips64.cc |
+++ b/src/compiler/mips64/code-generator-mips64.cc |
@@ -1051,7 +1051,7 @@ void CodeGenerator::AssemblePrologue() { |
if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); |
osr_pc_offset_ = __ pc_offset(); |
// TODO(titzer): cannot address target function == local #-1 |
- __ lw(a1, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset)); |
+ __ ld(a1, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset)); |
DCHECK(stack_slots >= frame()->GetOsrStackSlotCount()); |
stack_slots -= frame()->GetOsrStackSlotCount(); |
} |