| Index: src/a64/debug-a64.cc
|
| diff --git a/src/a64/debug-a64.cc b/src/a64/debug-a64.cc
|
| index 8b901d778f0797996d22f83bf46860519bc155d2..a707628f5d75ea7810df5f26b455166eef75f0b0 100644
|
| --- a/src/a64/debug-a64.cc
|
| +++ b/src/a64/debug-a64.cc
|
| @@ -296,15 +296,6 @@ void Debug::GenerateCompareNilICDebugBreak(MacroAssembler* masm) {
|
| }
|
|
|
|
|
| -void Debug::GenerateCallICDebugBreak(MacroAssembler* masm) {
|
| - // Calling convention for IC call (from ic-arm.cc)
|
| - // ----------- S t a t e -------------
|
| - // -- x2 : name
|
| - // -----------------------------------
|
| - Generate_DebugBreakCallHelper(masm, x2.Bit(), 0, x10);
|
| -}
|
| -
|
| -
|
| void Debug::GenerateReturnDebugBreak(MacroAssembler* masm) {
|
| // In places other than IC call sites it is expected that r0 is TOS which
|
| // is an object - this is not generally the case so this should be used with
|
|
|