Index: src/mips/assembler-mips-inl.h |
diff --git a/src/mips/assembler-mips-inl.h b/src/mips/assembler-mips-inl.h |
index f49c0bc4b01762a4cc68d19e3982e3fb2250f678..3e7712660fd347b1eaef49dcadfbff25ef961713 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); |
- Assembler::FlushICacheWithoutIsolate(p, count * sizeof(uint32_t)); |
+ Assembler::FlushICache(isolate_, p, count * sizeof(uint32_t)); |
} |
} |