diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -462,7 +462,7 @@ execute_command (char *p, int from_tty) deprecated_cmd_warning (line); /* c->user_commands would be NULL in the case of a python command. */ - if (c->class == class_user && c->user_commands) + if (c->theclass == class_user && c->user_commands) execute_user_command (c, arg); else if (c->type == set_cmd) do_set_command (arg, from_tty, c); |