Change get_objfile_arch to a method on objfile
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 0f00b93f26982785e50ba964c24c0fd964e6b604..5d60e64230b5efe9e789cd888c23d5c5695b47ae 100644 (file)
@@ -7819,7 +7819,7 @@ insert_exception_resume_from_probe (struct thread_info *tp,
   if (debug_infrun)
     fprintf_unfiltered (gdb_stdlog,
                        "infrun: exception resume at %s\n",
-                       paddress (get_objfile_arch (probe->objfile),
+                       paddress (probe->objfile->arch (),
                                  handler));
 
   bp = set_momentary_breakpoint_at_pc (get_frame_arch (frame),
This page took 0.041664 seconds and 4 git commands to generate.