Index: src/arm/codegen-arm.cc |
=================================================================== |
--- src/arm/codegen-arm.cc (revision 3980) |
+++ src/arm/codegen-arm.cc (working copy) |
@@ -31,6 +31,7 @@ |
#include "codegen-inl.h" |
#include "compiler.h" |
#include "debug.h" |
+#include "ic-inl.h" |
#include "parser.h" |
#include "register-allocator-inl.h" |
#include "runtime.h" |
@@ -6235,6 +6236,11 @@ |
} |
+Handle<Code> GetBinaryOpStub(int key, BinaryOpIC::TypeInfo type_info) { |
+ return Handle<Code>::null(); |
+} |
+ |
+ |
void StackCheckStub::Generate(MacroAssembler* masm) { |
// Do tail-call to runtime routine. Runtime routines expect at least one |
// argument, so give it a Smi. |