Revision: 18027
Author:   [email protected]
Date:     Fri Nov 22 16:05:48 2013 UTC
Log:      MIPS: Add function declarations missing from r18000.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/83423002

Patch from Balazs Kilvady <[email protected]>.
http://code.google.com/p/v8/source/detail?r=18027

Modified:
 /branches/bleeding_edge/src/mips/lithium-codegen-mips.h

=======================================
--- /branches/bleeding_edge/src/mips/lithium-codegen-mips.h Wed Nov 13 02:56:30 2013 UTC +++ /branches/bleeding_edge/src/mips/lithium-codegen-mips.h Fri Nov 22 16:05:48 2013 UTC
@@ -185,6 +185,9 @@
   void Abort(BailoutReason reason);

void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
+
+  void SaveCallerDoubles();
+  void RestoreCallerDoubles();

   // Code generation passes.  Returns true if code generation should
   // continue.

--
--
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