Revision: 23581
Author:   [email protected]
Date:     Tue Sep  2 07:54:47 2014 UTC
Log:      Fix non-TF targets after r23547.

Stub out the new AssembleDeoptimizerCall().

BUG=
[email protected]

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

Patch from Paul Lind <[email protected]>.
https://code.google.com/p/v8/source/detail?r=23581

Modified:
 /branches/bleeding_edge/src/compiler/code-generator.cc

=======================================
--- /branches/bleeding_edge/src/compiler/code-generator.cc Mon Sep 1 09:31:14 2014 UTC +++ /branches/bleeding_edge/src/compiler/code-generator.cc Tue Sep 2 07:54:47 2014 UTC
@@ -400,6 +400,11 @@
                                         FlagsCondition condition) {
   UNIMPLEMENTED();
 }
+
+
+void CodeGenerator::AssembleDeoptimizerCall(int deoptimization_id) {
+  UNIMPLEMENTED();
+}


 void CodeGenerator::AssemblePrologue() { UNIMPLEMENTED(); }

--
--
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/d/optout.

Reply via email to