Index: src/full-codegen/arm64/full-codegen-arm64.cc |
diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc |
index 40af62cf1953f2b95a2b129b24c3a722eef8b3ea..62db03a1a754243f000f99f14c222b107585a372 100644 |
--- a/src/full-codegen/arm64/full-codegen-arm64.cc |
+++ b/src/full-codegen/arm64/full-codegen-arm64.cc |
@@ -403,10 +403,6 @@ void FullCodeGenerator::EmitProfilingCounterDecrement(int delta) { |
void FullCodeGenerator::EmitProfilingCounterReset() { |
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(x2, Operand(profiling_counter_)); |
__ Mov(x3, Smi::FromInt(reset_value)); |
__ Str(x3, FieldMemOperand(x2, Cell::kValueOffset)); |