Skip to content

Commit

Permalink
Update dbg_main.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdreg authored Aug 19, 2023
1 parent 64b63ee commit e8f1b96
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bochs/bx_debug/dbg_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3190,11 +3190,6 @@ void bx_dbg_print_descriptor(Bit32u lo, Bit32u hi)
default:
// task, int, trap, or call gate.
dbg_printf("target=0x%04x:0x%08x, DPL=%d", segment, offset, dpl);

const char *Sym = bx_dbg_disasm_symbolic_address(offset, 0);
if (Sym)
dbg_printf(" (%s)", Sym);

break;
}
}
Expand Down

0 comments on commit e8f1b96

Please sign in to comment.