2009-10-29 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / stack.c
index d28de76946ccaa9925f8d27584c046b792417b84..4aad34c9d6cd9c4b80e02b189855da9affe5f7e5 100644 (file)
@@ -643,8 +643,7 @@ print_frame_info (struct frame_info *frame, int print_level,
       /* If disassemble-next-line is set to on and there is line debug
          messages, output assembly codes for next line.  */
       if (disassemble_next_line == AUTO_BOOLEAN_TRUE)
-       do_gdb_disassembly (get_frame_arch (frame), -1,
-                           get_frame_pc (frame), sal.end);
+       do_gdb_disassembly (get_frame_arch (frame), -1, sal.pc, sal.end);
     }
 
   if (print_what != LOCATION)
This page took 0.02412 seconds and 4 git commands to generate.