Remove obsolete TODO.
authorTim Newsome <tim@sifive.com>
Mon, 9 May 2016 20:48:20 +0000 (13:48 -0700)
committerTim Newsome <tim@sifive.com>
Mon, 23 May 2016 19:12:12 +0000 (12:12 -0700)
riscv/execute.cc

index a0848d7a4143120d962c1e7415edb76c894f56cd..e2e72d69ef244fdd79836b2bbddd60af3017feee 100644 (file)
@@ -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)) {