Index: src/arm64/builtins-arm64.cc |
diff --git a/src/arm64/builtins-arm64.cc b/src/arm64/builtins-arm64.cc |
index 9ebdfb3791f6e008d8a980f25a43d0135035440c..90f98454528128fd77f126cc6b5456634ef6398c 100644 |
--- a/src/arm64/builtins-arm64.cc |
+++ b/src/arm64/builtins-arm64.cc |
@@ -1049,7 +1049,6 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) { |
// fullcodegen's prologue: |
// - Support profiler (specifically profiling_counter). |
// - Call ProfileEntryHookStub when isolate has a function_entry_hook. |
- // - Allow simulator stop operations if FLAG_stop_at is set. |
// - Code aging of the BytecodeArray object. |
// Load accumulator, register file, bytecode offset, dispatch table into |