* dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
[deliverable/binutils-gdb.git] / gdb / source.c
index e4766167b6dd8afc702286a6c8d555b87991d601..29194aa23496b6b4ebb7a7805566da6ad4d165c2 100644 (file)
@@ -1515,7 +1515,7 @@ line_info (char *arg, int from_tty)
            }
 
          /* x/i should display this line's code.  */
-         set_next_address (current_gdbarch, start_pc);
+         set_next_address (get_objfile_arch (sal.symtab->objfile), start_pc);
 
          /* Repeating "info line" should do the following line.  */
          last_line_listed = sal.line + 1;
This page took 0.023639 seconds and 4 git commands to generate.