From b30f5dcca57237c1078aadcf1ccf202beb0afb9f Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 9 May 2016 13:48:20 -0700 Subject: [PATCH] Remove obsolete TODO. --- riscv/execute.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/riscv/execute.cc b/riscv/execute.cc index a0848d7..e2e72d6 100644 --- a/riscv/execute.cc +++ b/riscv/execute.cc @@ -95,9 +95,6 @@ void processor_t::step(size_t n) { while (instret < n) { - // TODO: implement this for the main loop also. To keep - // performance good, probably go into this version when entering - // debug mode or something. if (unlikely(state.single_step == state.STEP_STEPPING)) { state.single_step = state.STEP_STEPPED; } else if (unlikely(state.single_step == state.STEP_STEPPED)) { -- 2.30.2