Remove the TUI execution info window
[deliverable/binutils-gdb.git] / gdb / tui / tui-disasm.c
index 2a291831e277c4d4b68b21189acac9222bf0482b..1d019ca60c106ad8d4c31bb1c11f54ce05ac28c8 100644 (file)
@@ -189,7 +189,7 @@ tui_disasm_window::set_contents (struct gdbarch *arch,
 
   /* Window size, excluding highlight box.  */
   max_lines = height - 2;
-  line_width = width - 2;
+  line_width = width - TUI_EXECINFO_SIZE - 2;
 
   /* Get temporary table that will hold all strings (addr & insn).  */
   asm_lines = XALLOCAVEC (struct tui_asm_line, max_lines);
This page took 0.026545 seconds and 4 git commands to generate.