| Index: src/arm/full-codegen-arm.cc
|
| diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc
|
| index 04634d61faf074a9d5b7eb8a466beb6a93bd7b51..db8d2e1b6fd3e74cc33726a1e481b4d5230077bb 100644
|
| --- a/src/arm/full-codegen-arm.cc
|
| +++ b/src/arm/full-codegen-arm.cc
|
| @@ -3043,7 +3043,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));
|
|
|