| Index: src/x64/builtins-x64.cc
|
| diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc
|
| index a08d32645d3b0b9338cffac75728305f7ee23e13..9ca1c8041d303040b3a539b1f1614e4769a28b96 100644
|
| --- a/src/x64/builtins-x64.cc
|
| +++ b/src/x64/builtins-x64.cc
|
| @@ -163,13 +163,11 @@ static void Generate_JSConstructStubHelper(MacroAssembler* masm,
|
| if (FLAG_inline_new) {
|
| Label undo_allocation;
|
|
|
| -#ifdef ENABLE_DEBUGGER_SUPPORT
|
| ExternalReference debug_step_in_fp =
|
| ExternalReference::debug_step_in_fp_address(masm->isolate());
|
| __ Move(kScratchRegister, debug_step_in_fp);
|
| __ cmpp(Operand(kScratchRegister, 0), Immediate(0));
|
| __ j(not_equal, &rt_call);
|
| -#endif
|
|
|
| // Verified that the constructor is a JSFunction.
|
| // Load the initial map and verify that it is in fact a map.
|
|
|