Index: src/mips/assembler-mips-inl.h |
diff --git a/src/mips/assembler-mips-inl.h b/src/mips/assembler-mips-inl.h |
index 7b6b3f8c76067b658aa67ff1f3edde6083ea6b45..afca7d00a6c113fcf65f6dac011cf5eef8633f7d 100644 |
--- a/src/mips/assembler-mips-inl.h |
+++ b/src/mips/assembler-mips-inl.h |
@@ -123,7 +123,7 @@ void RelocInfo::apply(intptr_t delta, ICacheFlushMode icache_flush_mode) { |
uint32_t scope2 = reinterpret_cast<uint32_t>(pc_) & ~kImm28Mask; |
if (scope1 != scope2) { |
- Assembler::JumpLabelToJumpRegister(pc_); |
+ Assembler::JumpToJumpRegister(pc_); |
} |
} |
if (IsInternalReference(rmode_) || IsInternalReferenceEncoded(rmode_)) { |