Index: src/mips/assembler-mips-inl.h |
diff --git a/src/mips/assembler-mips-inl.h b/src/mips/assembler-mips-inl.h |
index 0719055eff3facb8ef5f7136ecdf0a6a57fe4dd7..f49c0bc4b01762a4cc68d19e3982e3fb2250f678 100644 |
--- a/src/mips/assembler-mips-inl.h |
+++ b/src/mips/assembler-mips-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)); |
} |
} |