From: Tim Newsome Date: Mon, 9 May 2016 20:48:20 +0000 (-0700) Subject: Remove obsolete TODO. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b30f5dcca57237c1078aadcf1ccf202beb0afb9f;p=riscv-isa-sim.git Remove obsolete TODO. --- 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)) {