Revision: 19191
Author:   [email protected]
Date:     Fri Feb  7 09:56:29 2014 UTC
Log: A64: Honor the save_doubles parameter in Generate_NotifyStubFailureHelper

BUG=none
[email protected], [email protected]
LOG=n

Review URL: https://codereview.chromium.org/141323004
http://code.google.com/p/v8/source/detail?r=19191

Modified:
 /branches/experimental/a64/src/a64/builtins-a64.cc

=======================================
--- /branches/experimental/a64/src/a64/builtins-a64.cc Thu Feb 6 14:30:18 2014 UTC +++ /branches/experimental/a64/src/a64/builtins-a64.cc Fri Feb 7 09:56:29 2014 UTC
@@ -860,7 +860,7 @@
     // preserve the registers with parameters.
     __ PushXRegList(kSafepointSavedRegisters);
     // Pass the function and deoptimization type to the runtime system.
-    __ CallRuntime(Runtime::kNotifyStubFailure, 0);
+    __ CallRuntime(Runtime::kNotifyStubFailure, 0, save_doubles);
     __ PopXRegList(kSafepointSavedRegisters);
   }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to