Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 54eeb8d45a54a746ff37b27c446f2d75548df7b7..7f2cf652effd517c97e82dcbcb9e4196c3f855aa 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -3048,7 +3048,7 @@ void FullCodeGenerator::EmitRandomHeapNumber(CallRuntime* expr) { |
__ lw(a0, FieldMemOperand(a0, GlobalObject::kNativeContextOffset)); |
__ CallCFunction(ExternalReference::random_uint32_function(isolate()), 1); |
- CpuFeatures::Scope scope(FPU); |
+ CpuFeatureScope scope(masm(), FPU); |
// 0x41300000 is the top half of 1.0 x 2^20 as a double. |
__ li(a1, Operand(0x41300000)); |
// Move 0x41300000xxxxxxxx (x = random bits in v0) to FPU. |