| Index: src/full-codegen/arm/full-codegen-arm.cc
|
| diff --git a/src/full-codegen/arm/full-codegen-arm.cc b/src/full-codegen/arm/full-codegen-arm.cc
|
| index 16bd8bc27d2109dcbfb63e546978829f4c31ba00..236a6d84b75e14a6a0d51d4fd8bbdf4811e4bfe2 100644
|
| --- a/src/full-codegen/arm/full-codegen-arm.cc
|
| +++ b/src/full-codegen/arm/full-codegen-arm.cc
|
| @@ -409,10 +409,6 @@ void FullCodeGenerator::EmitProfilingCounterReset() {
|
| Label start;
|
| __ bind(&start);
|
| int reset_value = FLAG_interrupt_budget;
|
| - if (info_->is_debug()) {
|
| - // Detect debug break requests as soon as possible.
|
| - reset_value = FLAG_interrupt_budget >> 4;
|
| - }
|
| __ mov(r2, Operand(profiling_counter_));
|
| // The mov instruction above can be either 1 to 3 (for ARMv7) or 1 to 5
|
| // instructions (for ARMv6) depending upon whether it is an extended constant
|
|
|