* defs.h (print_address_symbolic, build_address_symbolic): Update
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.c
index 54d091df482bb6d6e56daca4422ff1acfa2c6af7..1055f17135302ff068fd1340c98ea3a7571e2e03 100644 (file)
@@ -218,7 +218,8 @@ tui_get_function_from_frame (struct frame_info *fi)
   struct ui_file *stream = tui_sfileopen (256);
   char *p;
 
-  print_address_symbolic (get_frame_pc (fi), stream, demangle, "");
+  print_address_symbolic (get_frame_arch (fi), get_frame_pc (fi),
+                         stream, demangle, "");
   p = tui_file_get_strbuf (stream);
 
   /* Use simple heuristics to isolate the function name.  The symbol
This page took 0.037075 seconds and 4 git commands to generate.