| Index: src/arm/full-codegen-arm.cc
|
| diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc
|
| index d3c195788d7701f4e83dc19fb4968da85295cde8..eb1f9889af8baf314da7bd55323b1efea9c412ff 100644
|
| --- a/src/arm/full-codegen-arm.cc
|
| +++ b/src/arm/full-codegen-arm.cc
|
| @@ -3053,7 +3053,7 @@ void FullCodeGenerator::EmitRandomHeapNumber(CallRuntime* expr) {
|
| __ ldr(r0, FieldMemOperand(r0, GlobalObject::kNativeContextOffset));
|
| __ CallCFunction(ExternalReference::random_uint32_function(isolate()), 1);
|
|
|
| - CpuFeatures::Scope scope(VFP2);
|
| + CpuFeatureScope scope(masm(), VFP2);
|
| // 0x41300000 is the top half of 1.0 x 2^20 as a double.
|
| // Create this constant using mov/orr to avoid PC relative load.
|
| __ mov(r1, Operand(0x41000000));
|
|
|