| Index: src/compiler/arm/code-generator-arm.cc
|
| diff --git a/src/compiler/arm/code-generator-arm.cc b/src/compiler/arm/code-generator-arm.cc
|
| index 306c347f8a16cff03d2ffad3cffa470e7dd6f1e1..9c10488261678cb33e0e8dae7f1b8839dfcc6917 100644
|
| --- a/src/compiler/arm/code-generator-arm.cc
|
| +++ b/src/compiler/arm/code-generator-arm.cc
|
| @@ -926,7 +926,7 @@ void CodeGenerator::AssemblePrologue() {
|
| int stack_slots = frame()->GetSpillSlotCount();
|
| if (descriptor->kind() == CallDescriptor::kCallAddress) {
|
| bool saved_pp;
|
| - if (FLAG_enable_ool_constant_pool) {
|
| + if (FLAG_enable_embedded_constant_pool) {
|
| __ Push(lr, fp, pp);
|
| // Adjust FP to point to saved FP.
|
| __ sub(fp, sp, Operand(StandardFrameConstants::kConstantPoolOffset));
|
|
|