Index: src/x64/builtins-x64.cc |
diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc |
index 30cd314255d7d24d65184278221fb236a4312503..ec2bee9ce5dcbe30c88db74429bc3bcaf7682653 100644 |
--- a/src/x64/builtins-x64.cc |
+++ b/src/x64/builtins-x64.cc |
@@ -671,7 +671,7 @@ void Builtins::Generate_NotifyStubFailure(MacroAssembler* masm) { |
// stubs that tail call the runtime on deopts passing their parameters in |
// registers. |
__ Pushad(); |
- __ CallRuntime(Runtime::kNotifyStubFailure, 0); |
+ __ CallRuntime(Runtime::kNotifyStubFailure, 0, kSaveFPRegs); |
__ Popad(); |
// Tear down internal frame. |
} |