| Index: src/ppc/assembler-ppc.cc
|
| diff --git a/src/ppc/assembler-ppc.cc b/src/ppc/assembler-ppc.cc
|
| index a814f24547361dc5f387e6fcf8750dadbfa84470..b4e29ae753e2c940527db6be0a24787ad9eaeced 100644
|
| --- a/src/ppc/assembler-ppc.cc
|
| +++ b/src/ppc/assembler-ppc.cc
|
| @@ -2412,7 +2412,8 @@ void Assembler::EmitRelocations() {
|
| } else if (RelocInfo::IsInternalReferenceEncoded(rmode)) {
|
| // mov sequence
|
| intptr_t pos = reinterpret_cast<intptr_t>(target_address_at(pc, code));
|
| - set_target_address_at(pc, code, buffer_ + pos, SKIP_ICACHE_FLUSH);
|
| + set_target_address_at(isolate(), pc, code, buffer_ + pos,
|
| + SKIP_ICACHE_FLUSH);
|
| }
|
|
|
| reloc_info_writer.Write(&rinfo);
|
|
|