diff options
Diffstat (limited to 'gdb/rs6000-nat.c')
-rw-r--r-- | gdb/rs6000-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c index 29154cf..c49e64b 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-nat.c @@ -650,7 +650,7 @@ rs6000_nat_target::xfer_shared_libraries /* This function assumes that it is being run with a live process. Core files are handled via gdbarch. */ - gdb_assert (target_has_execution); + gdb_assert (target_has_execution ()); if (writebuf) return TARGET_XFER_E_IO; |