| Index: src/a64/lithium-codegen-a64.cc
|
| diff --git a/src/a64/lithium-codegen-a64.cc b/src/a64/lithium-codegen-a64.cc
|
| index 2bad671197fec3743a3ece7c0d1815a2a90a55d1..e649041794c399700bfcca4543514ce6310fc1a8 100644
|
| --- a/src/a64/lithium-codegen-a64.cc
|
| +++ b/src/a64/lithium-codegen-a64.cc
|
| @@ -414,7 +414,7 @@ void LCodeGen::CallCodeGeneric(Handle<Code> code,
|
| SafepointMode safepoint_mode) {
|
| ASSERT(instr != NULL);
|
|
|
| - Assembler::BlockConstPoolScope scope(masm_);
|
| + Assembler::BlockPoolsScope scope(masm_);
|
| __ Call(code, mode);
|
| RecordSafepointWithLazyDeopt(instr, safepoint_mode);
|
|
|
|
|