diff options
Diffstat (limited to 'gdb/skip.c')
-rw-r--r-- | gdb/skip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ skip_function_command (char *arg, int from_tty) } else { - if (lookup_symbol (arg, NULL, VAR_DOMAIN, NULL) == NULL) + if (lookup_symbol (arg, NULL, VAR_DOMAIN, NULL).symbol == NULL) { fprintf_filtered (gdb_stderr, _("No function found named %s.\n"), arg); |