constify error_no_arg
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index f3e628362fd3f0220a3debd9a9901071a0d1c740..b04f3b738254520d6396a33553fb31308dc64208 100644 (file)
@@ -10104,8 +10104,8 @@ resolve_sal_pc (struct symtab_and_line *sal)
 
   if (sal->section == 0 && sal->symtab != NULL)
     {
-      struct blockvector *bv;
-      struct block *b;
+      const struct blockvector *bv;
+      const struct block *b;
       struct symbol *sym;
 
       bv = blockvector_for_pc_sect (sal->pc, 0, &b, sal->symtab);
This page took 0.024802 seconds and 4 git commands to generate.