Index: src/arm/codegen-arm.cc |
=================================================================== |
--- src/arm/codegen-arm.cc (revision 3626) |
+++ src/arm/codegen-arm.cc (working copy) |
@@ -6009,6 +6009,16 @@ |
} |
+Code* GetBinaryOpStub(int minor_key) { |
+ return NULL; |
+} |
+ |
+ |
+#ifdef DEBUG |
+void TraceBinaryOp(int old_key, int new_key) {} |
+#endif // DEBUG |
+ |
+ |
void StackCheckStub::Generate(MacroAssembler* masm) { |
// Do tail-call to runtime routine. Runtime routines expect at least one |
// argument, so give it a Smi. |