Index: src/mips/code-stubs-mips.cc |
=================================================================== |
--- src/mips/code-stubs-mips.cc (revision 12623) |
+++ src/mips/code-stubs-mips.cc (working copy) |
@@ -7512,6 +7512,11 @@ |
} |
+bool CodeStub::CanUseFPRegisters() { |
+ return CpuFeatures::IsSupported(FPU); |
+} |
+ |
+ |
// Takes the input in 3 registers: address_ value_ and object_. A pointer to |
// the value has just been written into the object, now this stub makes sure |
// we keep the GC informed. The word in the object where the value has been |