* linespec.c: #include "stack.h".
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index b7770ccfb90d4e278653b20b27ca7d017e067696..475ac90e1cc4ac3393b26749d31a31db59fd0115 100644 (file)
@@ -1140,7 +1140,7 @@ jump_command (char *arg, int from_tty)
   if (!arg)
     error_no_arg (_("starting address"));
 
-  sals = decode_line_spec_1 (arg, DECODE_LINE_FUNFIRSTLINE);
+  sals = decode_line_with_last_displayed (arg, DECODE_LINE_FUNFIRSTLINE);
   if (sals.nelts != 1)
     {
       error (_("Unreasonable jump request"));
This page took 0.027753 seconds and 4 git commands to generate.