Index: src/mips64/assembler-mips64-inl.h |
diff --git a/src/mips64/assembler-mips64-inl.h b/src/mips64/assembler-mips64-inl.h |
index e35bf2facb9f7c0dd02ce321538ebe805c0d1b55..07fca88d431d4f3a30ec91cafd1b2d1a9a830f21 100644 |
--- a/src/mips64/assembler-mips64-inl.h |
+++ b/src/mips64/assembler-mips64-inl.h |
@@ -92,7 +92,7 @@ void RelocInfo::apply(intptr_t delta) { |
// Absolute code pointer inside code object moves with the code object. |
byte* p = reinterpret_cast<byte*>(pc_); |
int count = Assembler::RelocateInternalReference(rmode_, p, delta); |
- CpuFeatures::FlushICache(p, count * sizeof(uint32_t)); |
+ Assembler::FlushICacheWithoutIsolate(p, count * sizeof(uint32_t)); |
} |
} |