Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 3626) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -7877,6 +7877,16 @@ |
} |
+Code* GetBinaryOpStub(int minor_key) { |
+ return NULL; |
+} |
+ |
+ |
+#ifdef DEBUG |
+void TraceBinaryOp(int old_key, int new_key) {} |
+#endif // DEBUG |
+ |
+ |
int CompareStub::MinorKey() { |
// Encode the three parameters in a unique 16 bit value. |
ASSERT(static_cast<unsigned>(cc_) < (1 << 14)); |