Index: src/x87/code-stubs-x87.cc |
diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc |
index 0da86eb2101d2e669de7338b911f395830daba00..50ad9fb2f4907ebe06408606286ce0af3fb21594 100644 |
--- a/src/x87/code-stubs-x87.cc |
+++ b/src/x87/code-stubs-x87.cc |
@@ -3520,7 +3520,7 @@ void NameDictionaryLookupStub::Generate(MacroAssembler* masm) { |
void StoreBufferOverflowStub::GenerateFixedRegStubsAheadOfTime( |
Isolate* isolate) { |
- StoreBufferOverflowStub stub(isolate); |
+ StoreBufferOverflowStub stub(isolate, kDontSaveFPRegs); |
stub.GetCode(); |
} |