Make progbuf a run-time option.
[riscv-isa-sim.git] / riscv / execute.cc
index 25e952080c96f8e17559c40143bfa3a4ae72aa4b..878893c80d18b840ee985e4c792004bd7304eb21 100644 (file)
@@ -147,14 +147,12 @@ void processor_t::step(size_t n)
             break;
           }
 
-          if (unlikely(state.pc >= DEBUG_START &&
+          if (unlikely(state.pc >= DEBUG_ROM_ENTRY &&
                        state.pc < DEBUG_END)) {
             // We're waiting for the debugger to tell us something.
             return;
           }
 
-          
-          
         }
       }
       else while (instret < n)