The following changes avoid polluting global namespace with the
[deliverable/binutils-gdb.git] / gdb / tui / tuiDisassem.c
index 7bdcbf704d73166c02d0ad02c6d08ffc20a72585..9766bbb6fb75b8edb56d94f69a1b8104e5f6d398 100644 (file)
@@ -120,7 +120,7 @@ extern void strcat_address_numeric (CORE_ADDR, int, char *, int);
              element->whichElement.source.hasBreak =
                (bp != (struct breakpoint *) NULL &&
                 (!element->whichElement.source.isExecPoint ||
-                 (bp->disposition != del || bp->hit_count <= 0)));
+                 (bp->disposition != disp_del || bp->hit_count <= 0)));
              curLine++;
              pc = newpc;
              /* reset the buffer to empty */
This page took 0.023804 seconds and 4 git commands to generate.