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