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 068de96..1180490 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -308,7 +308,7 @@ post_create_inferior (int from_tty) throw; } - if (exec_bfd) + if (current_program_space->exec_bfd ()) { const unsigned solib_add_generation = current_program_space->solib_add_generation; |