diff options
Diffstat (limited to 'gdb/disasm.c')
-rw-r--r-- | gdb/disasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/disasm.c b/gdb/disasm.c index 5f22e78..cdab181 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -1044,7 +1044,7 @@ disassembler_options_completer (struct cmd_list_element *ignore, const char *separator = strrchr (text, ','); if (separator != NULL) text = separator + 1; - text = skip_spaces_const (text); + text = skip_spaces (text); complete_on_enum (tracker, opts->name, text, word); } } |