diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index a209848..ec83e34 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -392,7 +392,7 @@ post_create_inferior (struct target_ops *target, int from_tty) target_find_description (); /* Now that we know the register layout, retrieve current PC. */ - stop_pc = read_pc (); + stop_pc = regcache_read_pc (get_current_regcache ()); /* If the solist is global across processes, there's no need to refetch it here. */ |