diff options
Diffstat (limited to 'gdb/solib-dsbt.c')
-rw-r--r-- | gdb/solib-dsbt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-dsbt.c b/gdb/solib-dsbt.c index 94a6ac8..0f14672 100644 --- a/gdb/solib-dsbt.c +++ b/gdb/solib-dsbt.c @@ -781,7 +781,7 @@ enable_break (void) if (exec_bfd == NULL) return 0; - if (!target_has_execution) + if (!target_has_execution ()) return 0; info = get_dsbt_info (); |