diff --git a/debugger.cpp b/debugger.cpp index 7fb1be9..34ee4f9 100644 --- a/debugger.cpp +++ b/debugger.cpp @@ -557,7 +557,7 @@ void dump_par_pdr(console *const cnsl, bus *const b, const uint16_t pdrs, const else cnsl->put_string_lf(format("%s DISABLED", name.c_str())); - cnsl->put_string_lf(" PAR PDR LEN"); + cnsl->put_string_lf(" PAR PDR LEN"); for(int i=0; i<8; i++) { if (selection.has_value() && i != selection.value())