Index: src/x64/builtins-x64.cc |
=================================================================== |
--- src/x64/builtins-x64.cc (revision 2220) |
+++ src/x64/builtins-x64.cc (working copy) |
@@ -171,6 +171,10 @@ |
masm->int3(); // UNIMPLEMENTED. |
} |
+void Builtins::Generate_JSConstructStubGeneric(MacroAssembler* masm) { |
+ masm->int3(); // UNIMPLEMENTED. |
+} |
+ |
static void Generate_JSEntryTrampolineHelper(MacroAssembler* masm, |
bool is_construct) { |
// Expects five C++ function parameters. |