Tell gdb we can handle large packets.
[riscv-isa-sim.git] / riscv / processor.cc
index 3b5b3130db03bcd6db70b0c49f9771d9fc508cd6..652d7c988c1c4cb75e5a1b03539c7d6474a50e5e 100644 (file)
@@ -204,7 +204,7 @@ void processor_t::enter_debug_mode(uint8_t cause)
   set_privilege(PRV_M);
   state.dpc = state.pc;
   state.pc = DEBUG_ROM_START;
-  debug = true; // TODO
+  //debug = true; // TODO
 }
 
 void processor_t::take_trap(trap_t& t, reg_t epc)